80 Commits

Author SHA1 Message Date
ogerly
38d53e61c0 TransactionTypeId to TypeId changed, *10000 removed, graphql refactor 2022-03-01 09:32:16 +01:00
a0046bc89a
corrected merge migration namings 2022-02-28 12:58:44 +01:00
50d13b10ab
Merge branch 'combine_transaction_tables2' into refactor_arithmetic
# Conflicts:
#	backend/src/config/index.ts
#	backend/src/graphql/model/Transaction.ts
#	backend/src/graphql/resolver/AdminResolver.ts
#	backend/src/graphql/resolver/TransactionResolver.ts
#	database/entity/Transaction.ts
#	database/src/interface/TransactionContext.ts
#	database/src/seeds/helpers/user-helpers.ts
2022-02-28 12:58:23 +01:00
33484f4335
missing entity change 2022-02-28 12:27:37 +01:00
8aaa6117ba
new entity definition 2022-02-28 12:27:37 +01:00
29562c9f55
updated database requirement 2022-02-28 12:24:27 +01:00
dd8ddbad42
missing null on field creationDate 2022-02-26 17:15:15 +01:00
f3f2d547a3
have database building again 2022-02-26 00:34:08 +01:00
32dea81a36
updated entities 2022-02-26 00:19:16 +01:00
eb7a9299fd
updated entity & decimal transformer 2022-02-25 20:02:10 +01:00
5cb67cf588
missing entity change 2022-02-24 00:27:13 +01:00
d488286e43
new entity definition 2022-02-24 00:26:15 +01:00
ebde61c664
corrected type to BigInt 2022-02-23 21:46:02 +01:00
ab1df1c35d
updated entities 2022-02-23 15:14:24 +01:00
c88b67faa4
removed length properties and define nullable userId as int 2022-02-20 04:15:14 +01:00
9ba7d6341a
fixed lint warning 2022-02-20 04:06:08 +01:00
6b78161182
fixed seeds 2022-02-20 04:02:05 +01:00
bfde22b261
updated entities 2022-02-20 03:10:54 +01:00
864f1b085d
missing change 2022-02-17 10:42:31 +01:00
bc43c495ad
replace disabled (flag) with deletedAt (date) on users 2022-02-17 10:00:02 +01:00
6d732374c5
missing entity definition 2022-02-13 23:04:43 +01:00
65f76f82ed
migrate database to accept null on all parseInt fields on elopageBuys 2022-02-13 12:40:37 +01:00
c0156d4a29
migration 20 2022-02-07 04:56:19 +01:00
31f9ac59e3
entities 2022-02-03 21:35:15 +01:00
22b873c22d
removed unused stuff 2022-02-03 21:35:15 +01:00
b23553c6f2
adjusted entities 2022-02-03 21:35:15 +01:00
d7cd4d32c0
corrected entity includes to allow compilation of the old removed interlinked entities (login_users) 2022-02-03 21:35:15 +01:00
7fd65ae318
updated old entity definitions to be more correct 2022-02-03 21:35:15 +01:00
2cc823646a
entity definition for server_users (user)
removed loginuser entity
2022-02-03 21:35:15 +01:00
Moriz Wahl
3cdaf860dd
Merge branch 'master' into database_transaction_signatures 2022-02-02 18:05:04 +01:00
Moriz Wahl
d101fdde52
Merge branch 'master' into database_pending_creations 2022-02-02 17:50:39 +01:00
107d92eef6
fix seed 2022-02-02 17:42:20 +01:00
604340fbec
migrate transaction_signatures table - move data into transactions table
remove two unnecessary fields from transactions table
2022-02-02 17:18:28 +01:00
4396080ef5
correct old entity models which were defined incompletely or wrong 2022-02-02 17:18:28 +01:00
81351102a9
migration to rename login_pending_tasks_admin to admin_pending_creations
also remove old table login_pending_tasks
2022-02-02 16:24:42 +01:00
723afb6402
make description field explicitly nullable and corrected graphql model accordingly 2022-01-19 14:44:56 +01:00
1f8d7b8230
fixed two old User Entity definitions. This is legit since this never changed and just was a missing definition. (Normally it would be forbidden to change old entity models or migrations) 2021-12-21 02:58:11 +01:00
a467c8d945
updated model accordingly 2021-12-21 02:34:52 +01:00
Moriz Wahl
067bd053e3 Merge branch 'master' into seed-transactions 2021-12-02 10:08:12 +01:00
Moriz Wahl
3392ca025a seed transaction signature for the three creations 2021-12-02 10:06:36 +01:00
c3fe8b90dd entity model 2021-12-02 09:30:44 +01:00
Moriz Wahl
5ae9d8b663 Timestamp to date 2021-12-02 09:29:05 +01:00
Moriz Wahl
4717b0ba4c Add balance for seeded users 2021-11-30 13:20:59 +01:00
Moriz Wahl
7282330528 Balance Interface and OneToOne User -> Balance 2021-11-30 12:25:05 +01:00
elweyn
e47a95cd4b Change note to memo in database. 2021-11-30 10:31:43 +01:00
Hannes Heine
be8c91d752
Merge branch 'master' into admin_pending_creation 2021-11-30 10:22:28 +01:00
Moriz Wahl
c8720673fd
Update database/entity/0002-add_settings/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:23:00 +01:00
Moriz Wahl
aacfaa67c4
Update database/entity/0002-add_settings/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:51 +01:00
Moriz Wahl
8ad35aa5f3
Update database/entity/0001-init_db/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:35 +01:00
Moriz Wahl
62c4552535
Update database/entity/0001-init_db/User.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-26 12:22:24 +01:00