Skip to content

Commit

Permalink
Added SQL migration
Browse files Browse the repository at this point in the history
  • Loading branch information
luciensadi committed Dec 24, 2023
1 parent 2f456ee commit 812e45d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SQL/Migrations/add_named_tags.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE `pfiles_named_tags` (
`idnum` mediumint(5) unsigned default '0',
`tag_name` varchar(256) NOT NULL,
PRIMARY KEY (`idnum`, `tag_name`)
);

0 comments on commit 812e45d

Please sign in to comment.