399 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
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
Einhornimmond
0e821434a3 Merge branch 'archive_transform_valid_transactions' of github.com:gradido/gradido into archive_transform_valid_transactions 2022-07-10 08:09:23 +02:00
Einhornimmond
6423c66b0b Merge branch 'master' into archive_transform_valid_transactions 2022-07-10 08:08:38 +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
Moriz Wahl
9c98087874 release: 1.10.1 2022-06-30 15:55:23 +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
Moriz Wahl
0171d9f44c release: v1.10.0 2022-06-17 15:15:49 +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
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
7577f59406 Merge remote-tracking branch 'origin/1920-feature-create-contribution-link-table' into 1920-feature-create-contribution-link-table 2022-06-09 22:31:13 +02:00
Claus-Peter Hübner
3328c200d8 rework PR comments 2022-06-09 22:28:56 +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
Moriz Wahl
6b03bd96fb
Merge branch 'master' into 1920-feature-create-contribution-link-table 2022-06-09 11:15:17 +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
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
Wolfgang Huß
7166f83d84 Merge branch 'master' of github.com:gradido/gradido into 1948-delete-settings-animationcoin-in-database 2022-06-07 10:22:11 +02:00
Moriz Wahl
9f9c6aed79 devops: Release Version 1.9.0 2022-06-02 14:28:27 +02:00
Moriz Wahl
08f72e2777 Merge branch 'master' into contributions-table 2022-06-02 08:25:09 +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
Wolfgang Huß
772bf82000 Fix linting in database README.md 2022-06-01 11:09:21 +02:00
clauspeterhuebner
d02a826e57
Merge branch 'master' into 1920-feature-create-contribution-link-table 2022-06-01 01:47:24 +02:00
Claus-Peter Hübner
2444c94af9 create migration and entity for new contribution_links table 2022-06-01 01:19:44 +02:00