156 Commits

Author SHA1 Message Date
Claus-Peter Hübner
72e1de9f78 Merge remote-tracking branch 'origin/master' into
2125-feature-gradido-id-new-column-gradidoid-in-users-table
2022-08-16 17:10:15 +02:00
Moriz Wahl
d83024cb51 feat: Add status, type, denied_at and denied_by to contributions Table 2022-08-15 18:31:42 +02:00
Claus-Peter Hübner
37c5015079 add gradidoId in users table 2022-08-09 20:50:10 +02:00
Moriz Wahl
9ba51a813a Merge branch 'master' into insert-missing-contributions-migration 2022-07-21 11:18:29 +02:00
Moriz Wahl
eb404cf8b3 add migrations to insert contributions to all transactions with type creation that do not have a contribution yet 2022-07-13 14:30:46 +02:00
Claus-Peter Hübner
f3eb73bf8d Merge remote-tracking branch 'origin/master' into
1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol
2022-07-13 01:28:53 +02:00
einhornimmond
1a39f8dcbf
Merge branch 'master' into archive_transform_valid_transactions 2022-07-11 23:40:57 +02:00
Einhornimmond
6d4d030136 exchanged order with other migration 2022-07-11 15:08:41 +02:00
Einhornimmond
eeafe2ddab change order with other migration 2022-07-11 15:07:07 +02:00
Einhornimmond
d423e2d097 lint fix 2022-07-11 14:47:34 +02:00
Einhornimmond
72a4c1145d remove forgotten drop transactions_temp table 2022-07-11 12:39:35 +02:00
Claus-Peter Hübner
c570e5d2e5 Merge remote-tracking branch 'origin/master' into
1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol
remove EnumEventType table
2022-07-07 01:47:07 +02:00
einhorn_b
2774594f13 apply suggestions, remove added transactions from creation date fix sql queries 2022-07-06 10:32:34 +02:00
einhornimmond
a2ffab2d4d
Update database/migrations/0041-update_transactions_for_blockchain.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-07-06 10:27:21 +02:00
einhorn_b
6b3813a0c8 add code for moving user creation date if transaction before exist 2022-07-05 17:09:31 +02:00
einhorn_b
19253d7ce7 change generic mysql query to easy raw mysql queries 2022-07-05 16:18:34 +02:00
einhorn_b
8c4664e391 add line to downgrade 2022-07-04 13:46:04 +02:00
Einhornimmond
88e789c53e tested and fixed 2022-06-29 16:09:31 +02:00
Einhornimmond
ac18a11256 simplify code 2022-06-29 12:38:20 +02:00
Dario bb
dbe2ec4845 implement code translated in js from c++ from gradido blockchain connector 2022-06-28 18:29:00 +02:00
Dario bb
9473d075fa Merge branch 'master' into archive_transform_valid_transactions 2022-06-28 16:48:35 +02:00
Einhornimmond
bf086e7866 add migration script begin 2022-06-28 16:41:43 +02:00
Claus-Peter Hübner
0dd17da89b create event protocol tables, entities and enums 2022-06-21 04:30:31 +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
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