mirror of
https://bitbucket.org/projectswg/holocore.git
synced 2026-01-16 23:04:20 -05:00
Added SQL file missing from a previous commit
This commit is contained in:
4
serverdata/misc/crc_table.sql
Normal file
4
serverdata/misc/crc_table.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS crcs (
|
||||
string TEXT PRIMARY KEY,
|
||||
crc INTEGER UNIQUE
|
||||
);
|
||||
Reference in New Issue
Block a user