Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 9cab2cd

Browse files
author
Søren Eskildsen
committed
Missing whitelist.sql
1 parent 3d711e5 commit 9cab2cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

whitelist.sql

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE TABLE IF NOT EXISTS `whitelist` (
2+
`identifier` varchar(75) NOT NULL,
3+
PRIMARY KEY (`identifier`)
4+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

0 commit comments

Comments
 (0)