Skip to content

Commit

Permalink
chore(db-auth): add acore cms subscriptions sql structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Sep 11, 2024
1 parent 831572e commit 706d85a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/sql/db-auth/acore_cms_subscriptions.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CREATE TABLE IF NOT EXISTS `acore_cms_subscriptions` (
`account_name` VARCHAR(255) NOT NULL,
`membership_level` INT NOT NULL
);

0 comments on commit 706d85a

Please sign in to comment.