mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Rename premigration table.
This commit is contained in:
@@ -36,12 +36,12 @@ namespace Marechai.Database.Schemas.Sql
|
||||
|
||||
public static readonly string BrowserTests = V6.BrowserTests;
|
||||
|
||||
public static readonly string CicmDb = "CREATE TABLE `cicm_db` (\n" +
|
||||
public static readonly string MarechaiDb = "CREATE TABLE `marechai_db` (\n" +
|
||||
"`id` int(11) NOT NULL AUTO_INCREMENT,\n" +
|
||||
"`version` int(11) NOT NULL,\n" +
|
||||
"`updated` datetime DEFAULT CURRENT_TIMESTAMP,\n" +
|
||||
"PRIMARY KEY (`id`)\n" + ");\n" +
|
||||
"INSERT INTO cicm_db (version) VALUES ('7');";
|
||||
"INSERT INTO marechai_db (version) VALUES ('7');";
|
||||
|
||||
public static readonly string Companies = "CREATE TABLE `companies` (\n" +
|
||||
"`id` int(11) NOT NULL AUTO_INCREMENT,\n" +
|
||||
|
||||
Reference in New Issue
Block a user