From 2e1244d1d1e71d837ebdf0e4e1159e90a7a19774 Mon Sep 17 00:00:00 2001 From: Jim Kerslake <39943820+JimKerslake@users.noreply.github.com> Date: Fri, 25 Jul 2025 20:36:53 +0100 Subject: [PATCH] Update 20241108094512_simplecontent-20241108.cs --- .../Migrations/20241108094512_simplecontent-20241108.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs b/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs index 9b4f7337..5c1d5d87 100644 --- a/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs +++ b/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs @@ -13,25 +13,25 @@ protected override void Up(MigrationBuilder migrationBuilder) migrationBuilder.AddColumn( name: "ShowCreatedBy", table: "cs_Page", - type: "boolean(1)", + type: "tinyint(1)", nullable: true); migrationBuilder.AddColumn( name: "ShowCreatedDate", table: "cs_Page", - type: "boolean(1)", + type: "tinyint(1)", nullable: true); migrationBuilder.AddColumn( name: "ShowLastModifiedBy", table: "cs_Page", - type: "boolean(1)", + type: "tinyint(1)", nullable: true); migrationBuilder.AddColumn( name: "ShowLastModifiedDate", table: "cs_Page", - type: "boolean(1)", + type: "tinyint(1)", nullable: true); migrationBuilder.AddColumn(