mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
proper formating
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
--adds world_name and land columns
|
--adds world_name and land columns
|
||||||
|
BEGIN;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS public.servers
|
CREATE TABLE IF NOT EXISTS public.servers
|
||||||
(
|
(
|
||||||
@@ -14,4 +15,6 @@ ALTER TABLE IF EXISTS public.servers
|
|||||||
ADD COLUMN land integer;
|
ADD COLUMN land integer;
|
||||||
|
|
||||||
ALTER TABLE IF EXISTS public.servers
|
ALTER TABLE IF EXISTS public.servers
|
||||||
ADD COLUMN world_name text COLLATE pg_catalog."default";
|
ADD COLUMN world_name text COLLATE pg_catalog."default";
|
||||||
|
|
||||||
|
END;
|
||||||
Reference in New Issue
Block a user