From: Alan Knowles Date: Wed, 31 Oct 2018 06:32:06 +0000 (+0800) Subject: sql/core_domain.sql X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b0340adb32b56d8415f0f4e6cb17b8196a284042 sql/core_domain.sql --- diff --git a/sql/core_domain.sql b/sql/core_domain.sql index 678f161a..984f2f05 100644 --- a/sql/core_domain.sql +++ b/sql/core_domain.sql @@ -2,7 +2,7 @@ CREATE TABLE core_domain ( id int(11) NOT NULL auto_increment, PRIMARY KEY (id) -); +) ENGINE=innodb; ALTER TABLE core_domain ADD COLUMN domain VARCHAR(255) NOT NULL DEFAULT '';