Commit graph

9 commits

Author SHA1 Message Date
7ef02d05d0
feat: Use TableCreateStatement::foreign_key for foreign keys
All checks were successful
DCO checker / DCO checker (pull_request) Successful in 16s
Rust CI / Rust CI (pull_request) Successful in 5m3s
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-17 19:15:05 +03:00
3d086e511c
feat: Replace whitelist & blacklist tables with users_status table
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-17 18:38:23 +03:00
a894089b19
chore: Make the Users enum public
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-17 18:33:34 +03:00
b712f96f59
change: Change the user id from integer to bigint
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-16 17:27:20 +03:00
b899dd6ac5
feat: Whitelist table
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-16 17:27:20 +03:00
9215d836de
feat: Blacklist table
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-16 17:27:20 +03:00
844adbf699
feat: Incoming chat request table
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-16 17:27:19 +03:00
71ae2f9145
feat: Outgoing chat request table
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-16 17:27:19 +03:00
7e3558d776
chore: Initialize the project
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-26 23:05:17 +03:00