mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
Added world_name and land columns to the servers table to provide easier identification for external and internal applications utilizing the database
This commit is contained in:
10
patch-schema/servers_info.sql
Normal file
10
patch-schema/servers_info.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
--adds world_name and land columns
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.servers
|
||||
(
|
||||
server_id integer NOT NULL,
|
||||
season integer NOT NULL,
|
||||
current_players integer NOT NULL,
|
||||
world_name text COLLATE pg_catalog."default",
|
||||
land integer
|
||||
)
|
||||
Reference in New Issue
Block a user