mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
repository cleanup
This commit is contained in:
6
patch-schema/houseinterior.sql
Normal file
6
patch-schema/houseinterior.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.characters
|
||||
ADD COLUMN IF NOT EXISTS house bytea;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user