mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04:00
Added SQL file missing from a previous commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS crcs (
|
||||
string TEXT PRIMARY KEY,
|
||||
crc INTEGER UNIQUE
|
||||
);
|
||||
Reference in New Issue
Block a user