everything
This commit is contained in:
3
migrations/011_add_service_option_event_type.sql
Normal file
3
migrations/011_add_service_option_event_type.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE bookings
|
||||
ADD COLUMN service_option TEXT,
|
||||
ADD COLUMN event_type TEXT;
|
||||
2
migrations/012_add_is_admin.sql
Normal file
2
migrations/012_add_is_admin.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE users
|
||||
ADD COLUMN is_admin BOOLEAN DEFAULT FALSE;
|
||||
Reference in New Issue
Block a user