Merge conflicts
This commit is contained in:
parent
852b3fa61b
commit
45b6fab313
|
@ -275,7 +275,7 @@ async function createTables() {
|
||||||
table.boolean("active").notNullable().defaultTo(true);
|
table.boolean("active").notNullable().defaultTo(true);
|
||||||
table.integer("user_id").unsigned();
|
table.integer("user_id").unsigned();
|
||||||
table.boolean("is_default").notNullable().defaultTo(false);
|
table.boolean("is_default").notNullable().defaultTo(false);
|
||||||
table.text("config");
|
table.text("config", "longtext");
|
||||||
});
|
});
|
||||||
|
|
||||||
// monitor_notification
|
// monitor_notification
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue