191 Commits

Author SHA1 Message Date
joseji
73ced2291e database migration added 2022-11-08 13:41:33 +01:00
elweyn
2c3db9da01 Move updatedAt before deleted variables. 2022-10-26 12:04:07 +02:00
elweyn
c17291f74d Remove the posibility of null of the contribution entity. 2022-10-24 13:19:10 +02:00
elweyn
43705b3a40 Merge master into this branch, resolve merge conflicts 2022-10-24 12:03:27 +02:00
elweyn
1e25bde9c5 Change database version for the feature, resolve merge conflicts. 2022-10-20 13:36:25 +02:00
joseji
d799eecada added contributionId and amount to some tests 2022-10-11 12:11:18 +02:00
joseji
65f53df939 added new column to event protocol dabatase table to keep message id 2022-10-04 20:34:37 +02:00
elweyn
7ddafdd70d Add updated_at to contributions table. 2022-09-26 15:24:18 +02:00
elweyn
fefdf9f0fa Merge master and resolve merge conflict. 2022-09-26 08:53:25 +02:00
elweyn
8c6a234861 Change contributions table to have deleted_by in the object. 2022-09-23 16:20:41 +02:00
clauspeterhuebner
9a99a8741d
Update database/entity/0049-add_user_contacts_table/User.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-09-15 01:05:34 +02:00
clauspeterhuebner
45330a60fa
Update database/entity/0049-add_user_contacts_table/User.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-09-15 00:59:45 +02:00
Claus-Peter Hübner
7cd5ecb463 linting 2022-09-12 19:02:12 +02:00
Claus-Peter Hübner
94f15f7475 Merge remote-tracking branch 'origin/master' into
1798-feature-gradidoid-1-adapt-and-migrate-database-schema
2022-09-12 18:18:46 +02:00
elweyn
317f3182fe Remove is_moderator from 0047 and moved it to new migration 0048. 2022-09-06 14:34:13 +02:00
elweyn
0dc45d81c5 Add is_moderator field to the contribution_messages table. 2022-09-06 11:22:16 +02:00
Claus-Peter Hübner
7269b4b67b solve problems reading user with emailcontact 2022-08-30 00:57:57 +02:00
elweyn
214f85544b ContributionMessage is only defined in 0047 so remove the OneToMany relation from 0046 User and add it to 0047 User. 2022-08-29 12:24:09 +02:00
Claus-Peter Hübner
1d1de2011a failed try to load OneToOne relation of user to userConmtact as
emailConact-attribut...  grrrrrr...
2022-08-26 20:00:29 +02:00
elweyn
1090d17fdb Remove OneToMany import. 2022-08-26 08:32:15 +02:00
Claus-Peter Hübner
228451574d adapt backend on database migration of UserContacts 2022-08-26 02:28:04 +02:00
Claus-Peter Hübner
fde236aa43 add migration of users, user_contacts and email_opt_in 2022-08-25 01:06:25 +02:00
Claus-Peter Hübner
ab1dd4a2c8 Merge remote-tracking branch 'origin/master' into
1798-feature-gradidoid-1-adapt-and-migrate-database-schema
2022-08-25 00:20:20 +02:00
elweyn
59df924e1d Add User to Contribution link, query the messages user in the listContributions query. 2022-08-24 16:27:28 +02:00
elweyn
49e25bef36 Fix prettier. 2022-08-19 12:22:12 +02:00
elweyn
0a2c8c6a08 Add import for deletedatecolumn. 2022-08-19 12:18:55 +02:00
Claus-Peter Hübner
e946d96efe Merge remote-tracking branch 'origin/master' into
1798-feature-gradidoid-1-adapt-and-migrate-database-schema
2022-08-18 19:07:33 +02:00
Hannes Heine
0cc5be1c11
Update database/entity/0047-messages_tables/ContributionMessage.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-08-18 12:09:08 +02:00
Hannes Heine
ab681dd5ac
Update database/entity/0047-messages_tables/ContributionMessage.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-08-18 12:08:52 +02:00
Hannes Heine
e0185b4afb
Update database/entity/0047-messages_tables/ContributionMessage.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-08-18 12:08:40 +02:00
elweyn
e4ec7a1d59 Change Message to ContributionMessage, change 0046 to 0047. 2022-08-17 12:04:03 +02:00
elweyn
6bb2ae34b1 Fix typo. 2022-08-17 09:51:23 +02:00
Hannes Heine
4382224c18
Merge branch 'master' into create-message-table 2022-08-17 09:29:40 +02:00
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
elweyn
47b9d67b15 Add new mendatory fields to the entity. 2022-08-16 15:49:16 +02:00
elweyn
c67652ab19 Remove unchanged User change. 2022-08-16 12:00:36 +02:00
elweyn
cadc0db50c Remove unused imports. 2022-08-16 11:47:10 +02:00
elweyn
0678d53216 Remove message to user relation. 2022-08-16 11:43:00 +02:00
elweyn
dd381f3de1 Merge master changes. 2022-08-16 11:37:26 +02:00
elweyn
6553763f07 Add collate utf8mb4_unicode_ci 2022-08-16 10:30:59 +02:00
elweyn
2fc693f60b Add Message to the entity definitions. 2022-08-16 10:30:36 +02:00
elweyn
959b7e3d13 Take newer User entity. 2022-08-16 09:53:43 +02:00
elweyn
60890b5eac Add eslint-disable and change import of Message in contribution. 2022-08-16 09:07:19 +02:00
elweyn
73b7d38301 Change the three entities to their new definitions. 2022-08-16 08:24:13 +02:00
elweyn
277b5fde24 Create message entity, change contribution and user entities. 2022-08-16 08:23:09 +02:00
Moriz Wahl
cc2cc93b60 update db entity for contributions 2022-08-15 18:38:50 +02:00
Claus-Peter Hübner
37c5015079 add gradidoId in users table 2022-08-09 20:50:10 +02:00
Claus-Peter Hübner
fadbc7068e start adaptions of users changes in backend 2022-08-09 03:56:22 +02:00
Claus-Peter Hübner
0aa5111578 switch 0044 to 0045 Migration 2022-08-02 02:34:16 +02:00
Claus-Peter Hübner
cb4ee4590a adapt User and UserContact entity 2022-07-21 23:16:19 +02:00