feat: added compulsory tags

This commit is contained in:
Barf-Vader
2025-06-09 17:25:12 +01:00
parent f6f09c8492
commit 3cec498192
8 changed files with 206 additions and 27 deletions

View File

@@ -13,7 +13,6 @@ CREATE TABLE study_spaces (
location text,
building_location text,
tags text[] NOT NULL DEFAULT array[]::text[],
timing text NOT NULL,
volume text NOT NULL,
wifi text NOT NULL,
power text NOT NULL,