sql updates

This commit is contained in:
MarcWieland
2026-06-25 21:08:13 +02:00
parent b6dc66744f
commit 2305e4b728
2 changed files with 39 additions and 2 deletions
@@ -1,4 +1,4 @@
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
@@ -13,7 +13,6 @@ namespace timetracker.Data.Migrations
migrationBuilder.AddColumn<bool>(
name: "IsTenantAdmin",
table: "Users",
type: "INTEGER",
nullable: false,
defaultValue: false);