Skip to content

Commit

Permalink
fix wrong sql
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet authored Oct 31, 2024
1 parent 6e35ae2 commit 0465492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Shortcodes, a form a templating that can be adjusted dynamically, are introduced
```sql
CREATE TABLE Shortcodes
(
Id [NVARCHAR](450)] NOT NULL,
Name [NVARCHAR(512)] NOT NULL,
Id [NVARCHAR](450) NOT NULL,
Name [NVARCHAR](512) NOT NULL,
MarkdownContent NVARCHAR(MAX) NOT NULL,
)

Expand Down

0 comments on commit 0465492

Please sign in to comment.