]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - tables/cd_weapon.tab
Merge branch 'frag-matrix'
[xonotic/xonstatdb.git] / tables / cd_weapon.tab
old mode 100644 (file)
new mode 100755 (executable)
index 72c9b1d..5b088ed
@@ -1,6 +1,6 @@
 CREATE TABLE xonstat.cd_weapon
 (
-  weapon_cd character varying(3) NOT NULL,
+  weapon_cd character varying(15) NOT NULL,
   descr character varying(100) NOT NULL,
   active_ind boolean NOT NULL DEFAULT true,
   CONSTRAINT cd_weapon_pk PRIMARY KEY (weapon_cd)