Skip to content

Commit 1828c97

Browse files
committed
stupid me…
1 parent 586e626 commit 1828c97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

database/migrations/2024_11_15_191942_create_sites_table.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public function up(): void
1919
$table->string('db_version');
2020
$table->string('cms_version')->index();
2121
$table->string('server_os');
22+
$table->boolean('update_patch');
23+
$table->boolean('update_minor');
24+
$table->boolean('update_major');
2225
$table->dateTime('last_seen');
2326
$table->timestamps();
2427
});

0 commit comments

Comments
 (0)