We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca50ab7 + b597c39 commit a332481Copy full SHA for a332481
app/code/local/MageFire/Wall/sql/wall_setup/mysql4-install-0.1.0.php
@@ -67,15 +67,15 @@
67
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
68
69
-- DROP TABLE IF EXISTS {$this->getTable('firewall_options')};
70
-CREATE TABLE {$this->getTable('firewall_blacklist')} (
+CREATE TABLE {$this->getTable('firewall_options')} (
71
`option_id` int(11) unsigned NOT NULL auto_increment,
72
`path` varchar(255) NOT NULL default '',
73
`text` varchar(255) NOT NULL default '',
74
`value` varchar(255) NOT NULL default '',
75
`status` smallint(6) NOT NULL default '0',
76
`created_time` datetime NULL,
77
`update_time` datetime NULL,
78
- PRIMARY KEY (`blacklist_id`)
+ PRIMARY KEY (`option_id`)
79
80
81
");
0 commit comments