Hard code keibi postgres schema

This commit is contained in:
Zoe Roux
2025-11-02 18:17:18 +01:00
parent 4dc34641ec
commit 5827cc32e8
17 changed files with 77 additions and 84 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
begin;
drop table sessions;
drop table keibi.sessions;
commit;