mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
Merge conflicts
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ async function createTables() {
|
||||
table.boolean("active").notNullable().defaultTo(true);
|
||||
table.integer("user_id").unsigned();
|
||||
table.boolean("is_default").notNullable().defaultTo(false);
|
||||
table.text("config");
|
||||
table.text("config", "longtext");
|
||||
});
|
||||
|
||||
// monitor_notification
|
||||
|
||||
Generated
+2267
-2072
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user