PluralKit/PluralKit.Core/Database
Iris System c0b96daa8d fix: re-add drop for old system_fronters view
831b6d3301 removed the view, and this line in
the cleanup SQL.

The DB migration for 6-char IDs fails to apply if this view exists - so even
though the view itself no longer exists in the code, we should always drop
it on cleanup.
2024-05-11 20:07:01 +12:00
..
Functions feat: initial 6-character HID rework 2024-05-11 20:07:01 +12:00
Migrations feat(bot): add option for hid capitalization 2024-05-11 20:07:01 +12:00
Repository fix: read stat counts from db as long (oopsie) 2023-09-04 10:13:33 +12:00
Utils feat(bot): add option for hid capitalization 2024-05-11 20:07:01 +12:00
Views chore: remove dead code in DatabaseViewsExt 2022-12-29 00:53:13 +00:00
Wrappers fix: don't write raw sql queries to influxdb metrics 2022-11-17 02:51:04 +00:00
clean.sql fix: re-add drop for old system_fronters view 2024-05-11 20:07:01 +12:00
Database.cs feat: split out messages table from main database 2022-11-23 09:17:19 +00:00
DatabaseQueries.cs feat: use sqlkata for a few more queries 2022-12-03 12:04:12 +00:00
IDatabase.cs feat: use sqlkata for a few more queries 2022-12-03 12:04:12 +00:00