From: Ant Zucaro Date: Tue, 21 Aug 2012 21:30:23 +0000 (-0400) Subject: Change title to name. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=40ed74cfb694936d8b17087f10bf6989100e9a11;p=xonotic%2Fxonstatdb.git Change title to name. --- diff --git a/tables/cd_ladder.tab b/tables/cd_ladder.tab index fbc9f00..fe3ad92 100644 --- a/tables/cd_ladder.tab +++ b/tables/cd_ladder.tab @@ -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,