1
0
Fork 0
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:
frju365 2019-01-04 20:53:47 +01:00 committed by GitHub
parent 5d7a08a657
commit 5971eed4a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
USE `pufferpanel`;
-- Disable Foreign keys to avoid errors in dropping
SET FOREIGN_KEY_CHECKS = 0;
CREATE TABLE IF NOT EXISTS `acp_settings` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`setting_ref` varchar(25) NOT NULL,