Skip to content

Commit

Permalink
added migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangroese committed Jun 22, 2023
1 parent 567673d commit d703b2a
Show file tree
Hide file tree
Showing 4 changed files with 9,720 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ protected override void Up(MigrationBuilder migrationBuilder)
columns: table => new
{
id = table.Column<Guid>(type: "uuid", nullable: false),
news_title = table.Column<string>(type: "character varying(200)", maxLength: 200, nullable: true),
news_text = table.Column<string>(type: "character varying(1000)", maxLength: 1000, nullable: true),
url = table.Column<string>(type: "character varying(1000)", maxLength: 1000, nullable: true),
show = table.Column<bool>(type: "boolean", nullable: false),
Expand Down
Loading

0 comments on commit d703b2a

Please sign in to comment.