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
229297d3f9
commit
cbb9f74f13
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
-- Remove existing database and create new
|
||||
CREATE DATABASE IF NOT EXISTS `pufferpanel` CHARACTER SET `utf8`;
|
||||
USE `pufferpanel`;
|
||||
|
||||
-- Disable Foreign keys to avoid errors in dropping
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue