]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/cd_ladder.tab
Merge branch 'frag-matrix'
[xonotic/xonstatdb.git] / tables / cd_ladder.tab
old mode 100644 (file)
new mode 100755 (executable)
index fbc9f00..fe3ad92
@@ -1,7 +1,7 @@
 CREATE TABLE xonstat.cd_ladder
 (
   ladder_cd serial NOT NULL,
-  title character varying(100) NOT NULL,
+  name character varying(100) NOT NULL,
   descr character varying(200) NOT NULL,
   create_dt timestamp without time zone NOT NULL DEFAULT (current_timestamp at time zone 'UTC'),
   start_dt date NOT NULL,