Commit Graph

14 Commits

Author SHA1 Message Date
c0f55da0c4 Fixed network deletion error due to incorrect syntax in SQL trigger,
also this is bad practice to modify a migration (they should be
immutable) but didn't want to have one with syntax errors and I will be
refactoring and splitting this one huge migration into multiple separate
migrations later on
2025-01-06 19:06:47 +02:00
3e9c0ee6a1 Implemented frequency creation on both client and server 2024-12-01 15:47:54 +02:00
d0356edef4 Added position to networks 2024-11-28 18:00:50 +02:00
6a5131792f Fixed minor issues on the server 2024-11-27 17:39:52 +02:00
8ed2527a88 Started working on refactoring packet types and some changes to the SQL
schema
2024-11-27 07:47:30 +02:00
49ea3d630b Network table schema bg_hex_color cannot be null 2024-11-26 11:35:56 +02:00
91bbd29dbe Added message queries 2024-11-23 22:41:28 +02:00
b67ab26b89 Added frequency queries 2024-11-23 20:27:10 +02:00
63a1d24295 Updated user queries and added trigger on user delete 2024-11-23 17:10:29 +02:00
ae6362c91f Removed schema todos 2024-11-23 14:58:04 +02:00
02e7420fe0 More schemas changes, including indexes 2024-11-23 14:47:14 +02:00
e35d70b91d More schema changes 2024-11-23 12:16:13 +02:00
d2b530aab3 Schema changes 2024-11-23 00:28:16 +02:00
Kyren223
31e3778061 feat: add setup for SQL 2024-10-27 17:04:08 +02:00