X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=redakcia%2Fpolldump;fp=redakcia%2Fpolldump;h=0000000000000000000000000000000000000000;hb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;hp=64e5149ffcbc3ba3aaadd217a73e86b1d5ca84e4;hpb=bc13d5d6e1834068f8b690c32bba114e352dacdd;p=mirrors%2FKyberia-bloodline.git diff --git a/redakcia/polldump b/redakcia/polldump deleted file mode 100644 index 64e5149..0000000 --- a/redakcia/polldump +++ /dev/null @@ -1,23 +0,0 @@ -# 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' -#