Skip to content

Commit

Permalink
Update MIGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet authored Oct 17, 2024
1 parent e3cebd8 commit 957e2ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ CREATE TABLE Shortcodes
Name [NVARCHAR(512)] NOT NULL,
MarkdownContent NVARCHAR(MAX) NOT NULL,
)

ALTER TABLE Shortcodes
ADD CONSTRAINT PK_Shortcodes PRIMARY KEY (Id)
```

### Similiar blog posts
Expand Down

0 comments on commit 957e2ba

Please sign in to comment.