95 Commits

Author SHA1 Message Date
Moriz Wahl
e7554030b8 add transactionLinkId to transaction entity 2022-03-11 16:01:35 +01:00
Moriz Wahl
681f27d4b0 update entity as in master 2022-03-10 18:28:42 +01:00
Moriz Wahl
40aa617bcc
Merge branch 'master' into remove-showEmail 2022-03-10 18:26:35 +01:00
Moriz Wahl
47e491db84 update entity 2022-03-10 18:01:13 +01:00
Moriz Wahl
95c786f484 migration to remove showEmail 2022-03-10 17:33:01 +01:00
Moriz Wahl
01648aaa0d add soft delete for transaction links 2022-03-09 16:51:17 +01:00
Moriz Wahl
54dee861dd reduce length of code 2022-03-09 15:12:25 +01:00
Moriz Wahl
14a0a4344d Add hold_available_amount column 2022-03-09 15:07:55 +01:00
Moriz Wahl
f78f2d5977 remove default dates 2022-03-09 15:01:34 +01:00
Moriz Wahl
9550c31cac set type for redeemed by, change order 2022-03-09 14:34:29 +01:00
Moriz Wahl
eb5b19e6d6 add code column to model and entity 2022-03-09 12:02:10 +01:00
Moriz Wahl
19084d7514 entity transaction link 2022-03-09 11:55:36 +01:00
552005e2a4
fixed database error 2022-03-05 12:43:44 +01:00
ogerly
ed85248289 undo changes 2022-03-04 15:38:48 +01:00
22c65aa929
renamed TypeId to TransactiontypeId
fixed admin creation (backend part)
2022-03-04 15:12:51 +01:00
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