228 Commits

Author SHA1 Message Date
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
4c34542e80 rename column description to memo
Merge remote-tracking branch
'origin/1920-feature-create-contribution-link-table' into
1921-feature-contribution-link-crud-in-admin-resolver
2022-06-09 23:47:53 +02:00
Claus-Peter Hübner
e76817ebdb column validFrom NOT NULL 2022-06-09 22:55:52 +02:00
Claus-Peter Hübner
3328c200d8 rework PR comments 2022-06-09 22:28:56 +02:00
Claus-Peter Hübner
605a6757a3 change default cycle-value to ONCE 2022-06-08 21:32:42 +02:00
Claus-Peter Hübner
bb35332e2e change Cycle Type in tabel ContributionLinks 2022-06-07 22:13:27 +02:00
Wolfgang Huß
dbc98e8490 Remove 'user_setting' table from db
- Add migration 0037-drop_server_user_table.ts
2022-06-01 12:03:42 +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
617ea9a2b0 contribution entity 2022-05-30 10:56:54 +02:00
Moriz Wahl
e6d9420d8e migration to rename admin-pending-creations 2022-05-30 10:40:55 +02:00
Moriz Wahl
4b46f52f1e fix: Previous Column in Transactions Unique 2022-05-09 14:13:09 +02:00
Moriz Wahl
8d4e691f3d change rename column to change column 2022-05-04 12:55:38 +02:00
Moriz Wahl
208d4dc4d3 fix 0029 down 2022-05-03 15:51:28 +02:00
Moriz Wahl
83b5b37c2b fix 0035 down migration 2022-05-03 14:15:31 +02:00
Moriz Wahl
3a5ba17b6e fix: Up Migrations 2022-05-03 14:00:54 +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
Moriz Wahl
fdb64071d6 join tables to update is_admin 2022-04-25 11:32:26 +02:00
c3c3e556a0
convert admin_pending_creations to decimal 2022-04-21 13:49:29 +02:00
Moriz Wahl
863ecfa474 migrate is_admin column in users as datetime with default null 2022-04-21 10:58:22 +02:00
Moriz Wahl
58ab92ff63 drop server users 2022-04-20 11:11:40 +02:00
Moriz Wahl
deb1d457e1 migration adds is_admin column to users 2022-04-20 10:32:33 +02:00
Moriz Wahl
f49610aef4 add referrer id migration 2022-03-21 17:03:20 +01:00
Moriz Wahl
470cb368bf add AFTER statement to sql 2022-03-11 16:50:36 +01:00
Moriz Wahl
e7554030b8 add transactionLinkId to transaction entity 2022-03-11 16:01:35 +01:00
Moriz Wahl
b3f7fd28a1 add transactionLinkId Column to transactions table 2022-03-11 15:54:59 +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
55e50b10c7 reduce length of code in migration 2022-03-09 15:14:15 +01:00
Moriz Wahl
14a0a4344d Add hold_available_amount column 2022-03-09 15:07:55 +01:00
Moriz Wahl
eb5b19e6d6 add code column to model and entity 2022-03-09 12:02:10 +01:00
Moriz Wahl
5f5bde2f0f migration to create transaction_links table 2022-03-09 11:38:24 +01:00
84fb6c0827
merge error 2022-02-28 13:02:29 +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
8aaa6117ba
new entity definition 2022-02-28 12:27:37 +01:00
345ed8a3b5
migration to clean transaction table 2022-02-28 12:24:27 +01:00
29562c9f55
updated database requirement 2022-02-28 12:24:27 +01:00
33ce8a0799
Merge branch 'master' into combine_transaction_tables2 2022-02-28 12:21:54 +01:00
7358524168
database lint fixes 2022-02-28 11:49:06 +01:00
7af33a5c9f
migration to convert all emails to lowercase 2022-02-28 11:49:06 +01:00
c35f9ad675
correct start block reference,
lint
2022-02-26 03:42:49 +01:00
850be8a890
correced down query,
delete satte_balances table and restore it
2022-02-26 00:11:26 +01:00
e3c96463f1
clean transactions 2022-02-25 20:48:03 +01:00
4cfee1ce38
no decay start date for first transactions 2022-02-25 20:01:42 +01:00
3707ca2d2c
fix timezone problem 2022-02-25 19:24:14 +01:00
e6813ea408
increased precision 2022-02-25 18:47:06 +01:00
0a6a578566
remove default null datatypes,
fixed decay_start value to be more accurate
2022-02-25 17:23:05 +01:00
302ea9945d
refactor the methods and types 2022-02-25 16:55:05 +01:00