mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
check for create_tables-sqlite3.sql instead of create_tables.sql
This commit is contained in:
parent
173b8a2ca1
commit
22a5e6222d
|
@ -33,8 +33,8 @@ if (!file_exists("create_tables-innodb.sql")) {
|
|||
echo "Can't install SeedDMS, 'create_tables-innodb.sql' missing";
|
||||
exit;
|
||||
}
|
||||
if (!file_exists("create_tables.sql")) {
|
||||
echo "Can't install SeedDMS, 'create_tables.sql' missing";
|
||||
if (!file_exists("create_tables-sqlite3.sql")) {
|
||||
echo "Can't install SeedDMS, 'create_tables-sqlite3.sql' missing";
|
||||
exit;
|
||||
}
|
||||
if (!file_exists("settings.xml.template_install")) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user