X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=redakcia%2Fpolldump;fp=redakcia%2Fpolldump;h=64e5149ffcbc3ba3aaadd217a73e86b1d5ca84e4;hb=bc13d5d6e1834068f8b690c32bba114e352dacdd;hp=0000000000000000000000000000000000000000;hpb=07269e54b4e79c0a5e77d8f378cf0849bd8276e5;p=mirrors%2FKyberia-bloodline.git diff --git a/redakcia/polldump b/redakcia/polldump new file mode 100644 index 0000000..64e5149 --- /dev/null +++ b/redakcia/polldump @@ -0,0 +1,23 @@ +# MySQL dump 8.16 +# +# Host: localhost Database: activa +#-------------------------------------------------------- +# Server version 3.23.44-log + +# +# Table structure for table 'polls' +# + +CREATE TABLE polls ( + id_poll int(11) NOT NULL auto_increment, + time timestamp(14) NOT NULL, + question varchar(255) default NULL, + responses int(11) default NULL, + active set('yes','no') default 'no', + id_rubrika int(11) default NULL, + PRIMARY KEY (id_poll) +) TYPE=MyISAM; + +# +# Dumping data for table 'polls' +#