fix access control

This commit is contained in:
SowinskiBraeden committed 2025-11-28 17:07:17 -08:00
1 parent d676f7d68c
commit b134fc0fe7
5 files changed
+18 -3

No files matched your search

+2
View File
@@ -1,3 +1,5 @@
SET search_path TO lab_tracker_group_22;
-- Clean DB before inserting
TRUNCATE TABLE progress_change_log CASCADE;
TRUNCATE TABLE progress CASCADE;