X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=redakcia%2Fpolloptdump;fp=redakcia%2Fpolloptdump;h=93c6b0d3edcc444fb4f34c95014470c45bd62cf6;hb=bc13d5d6e1834068f8b690c32bba114e352dacdd;hp=0000000000000000000000000000000000000000;hpb=07269e54b4e79c0a5e77d8f378cf0849bd8276e5;p=mirrors%2FKyberia-bloodline.git diff --git a/redakcia/polloptdump b/redakcia/polloptdump new file mode 100644 index 0000000..93c6b0d --- /dev/null +++ b/redakcia/polloptdump @@ -0,0 +1,33 @@ +# 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); +