]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Change title to name.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 21 Aug 2012 21:30:23 +0000 (17:30 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 21 Aug 2012 21:30:23 +0000 (17:30 -0400)
tables/cd_ladder.tab

index fbc9f00ee64d25ed86c4c44811215fa29f786393..fe3ad9257279b9cab8fbea17d2454b012010532c 100644 (file)
@@ -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,