mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 00:15:08 +01:00
Forgot to add alter lines if table already exists
This commit is contained in:
@@ -8,3 +8,10 @@ CREATE TABLE IF NOT EXISTS public.servers
|
|||||||
world_name text COLLATE pg_catalog."default",
|
world_name text COLLATE pg_catalog."default",
|
||||||
land integer
|
land integer
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
ALTER TABLE IF EXISTS public.servers
|
||||||
|
ADD COLUMN land integer;
|
||||||
|
|
||||||
|
ALTER TABLE IF EXISTS public.servers
|
||||||
|
ADD COLUMN world_name text COLLATE pg_catalog."default";
|
||||||
Reference in New Issue
Block a user