mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
Update install.sql
This commit is contained in:
parent
cbb9f74f13
commit
5876111070
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
||||||
-- Disable Foreign keys to avoid errors in dropping
|
|
||||||
SET FOREIGN_KEY_CHECKS = 0;
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `acp_settings` (
|
CREATE TABLE IF NOT EXISTS `acp_settings` (
|
||||||
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`setting_ref` varchar(25) NOT NULL,
|
`setting_ref` varchar(25) NOT NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue