chore: rename address to building location
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE study_spaces RENAME COLUMN "building_address" TO "building_location";
|
||||
@@ -11,7 +11,7 @@ CREATE TABLE study_spaces (
|
||||
description text,
|
||||
-- Location within building, e.g., "Room 101"
|
||||
location text,
|
||||
building_address text,
|
||||
building_location text,
|
||||
created_at timestamp with time zone DEFAULT now(),
|
||||
updated_at timestamp with time zone DEFAULT now()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user