126 Commits

Author SHA1 Message Date
elweyn
5892f7b429 Remove OneToOne import from contribution entity. 2022-07-15 14:48:51 +02:00
elweyn
cada4eca19 Change OneToOne relation to OneToMany / ManyToOne. 2022-07-15 14:32:20 +02:00
elweyn
d066227043 Change the Contribution entity to join on user. 2022-07-15 14:13:33 +02:00
Moriz Wahl
b493fd4231 migration to save contribution link on registration 2022-06-16 09:21:37 +02:00
Moriz Wahl
94eb2d8f39 add transaction id to contribution 2022-06-15 16:57:09 +02:00
Moriz Wahl
92b076e8b1 Merge branch 'master' into contributions-table 2022-06-14 19:12:43 +02:00
Moriz Wahl
a84f11880f rename migration 0037 to what it acutally does 2022-06-13 12:31:40 +02:00
Moriz Wahl
795d339398 add type definitions, make code required (not null) 2022-06-13 12:23:57 +02:00
Moriz Wahl
83c8f9731e remove duplicate file 2022-06-13 12:05:13 +02:00
Moriz Wahl
5121910c83 rename ContributionLinks to ContributionLink, add CL entity to index 2022-06-13 12:03:15 +02:00
Moriz Wahl
5deaf597ed Merge branch 'master' into 1920-feature-create-contribution-link-table 2022-06-13 12:02:20 +02:00
Claus-Peter Hübner
d7ff6446d9 evaluate nullable columns vs entity 2022-06-09 23:52:40 +02:00
clauspeterhuebner
83c66d052a
Update database/entity/0037-add_contribution_links_table/ContributionLinks.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-06-09 22:27:54 +02:00
clauspeterhuebner
b65aa5cefc
Update database/entity/0037-add_contribution_links_table/ContributionLinks.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-06-09 22:26:30 +02:00
Claus-Peter Hübner
a881103c5f add softdelete feature to contributionlinks 2022-06-07 22:52:08 +02:00
Claus-Peter Hübner
bb35332e2e change Cycle Type in tabel ContributionLinks 2022-06-07 22:13:27 +02:00
Wolfgang Huß
338c1591cb Cleanup 2022-06-07 11:45:07 +02:00
Wolfgang Huß
6abb399ab9 Removed UserSetting from backend 2022-06-07 11:33:47 +02:00
Claus-Peter Hübner
2444c94af9 create migration and entity for new contribution_links table 2022-06-01 01:19:44 +02:00
Moriz Wahl
fa2a05c35f enable soft delete 2022-05-30 14:59:51 +02:00
Moriz Wahl
617ea9a2b0 contribution entity 2022-05-30 10:56:54 +02:00
Claus-Peter Hübner
84c0c6f10b start creating contributionLinks table 2022-05-26 02:56:38 +02:00
Moriz Wahl
6ba97dbcd0 update Transaction entity, previous column unique 2022-05-09 14:16:27 +02:00
a4a92812bf
adjusted migrtion number to 35 2022-04-25 15:14:55 +02:00
0299fffbee
Merge branch 'master' into database_admin_pending_creations_decimal
# Conflicts:
#	backend/src/config/index.ts
2022-04-25 15:13:03 +02:00
73fe46c39d
also change memo column 2022-04-25 14:03:38 +02:00
c3c3e556a0
convert admin_pending_creations to decimal 2022-04-21 13:49:29 +02:00
Moriz Wahl
ba648c67a9 entity model users.isAdmin as nullable date 2022-04-21 11:01:23 +02:00
Moriz Wahl
9136c4596d remove server user entity 2022-04-20 11:32:30 +02:00
Moriz Wahl
ca4a92d321 add isAdmin entity to user db model 2022-04-20 11:19:02 +02:00
Moriz Wahl
8c802a9bee add referrerId to entity model of User 2022-03-21 17:08:56 +01:00
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