X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=redakcia%2Fpolloptdump;fp=redakcia%2Fpolloptdump;h=0000000000000000000000000000000000000000;hb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;hp=93c6b0d3edcc444fb4f34c95014470c45bd62cf6;hpb=bc13d5d6e1834068f8b690c32bba114e352dacdd;p=mirrors%2FKyberia-bloodline.git diff --git a/redakcia/polloptdump b/redakcia/polloptdump deleted file mode 100644 index 93c6b0d..0000000 --- a/redakcia/polloptdump +++ /dev/null @@ -1,33 +0,0 @@ -# MySQL dump 8.16 -# -# Host: localhost Database: activa -#-------------------------------------------------------- -# Server version 3.23.44-log - -# -# Table structure for table 'poll_options' -# - -CREATE TABLE poll_options ( - id_option int(11) NOT NULL auto_increment, - id_poll int(11) default NULL, - text varchar(255) default NULL, - number int(11) default NULL, - PRIMARY KEY (id_option) -) TYPE=MyISAM; - -# -# Dumping data for table 'poll_options' -# - -INSERT INTO poll_options VALUES (1,1,'vsichni',2); -INSERT INTO poll_options VALUES (2,1,'jenom muzsky',3); -INSERT INTO poll_options VALUES (3,1,'jenom dadka',1); -INSERT INTO poll_options VALUES (4,1,'jenom ja',4); -INSERT INTO poll_options VALUES (5,1,'nikto',3); -INSERT INTO poll_options VALUES (6,2,'no trava',0); -INSERT INTO poll_options VALUES (7,2,'no extaze',0); -INSERT INTO poll_options VALUES (8,2,'no lsd',0); -INSERT INTO poll_options VALUES (9,2,'dmt, dmt, uletel mi deekel',0); -INSERT INTO poll_options VALUES (10,2,'pernicek nas kazdodenny',0); -