forked from openrs2/openrs2
Flenarn provided a spreadsheet mapping our master indexes to the corresponding update. Signed-off-by: Graham <gpe@openrs2.org>bzip2
parent
f2dc8beeec
commit
0781e23874
@ -0,0 +1,7 @@ |
||||
-- @formatter:off |
||||
CREATE TABLE updates ( |
||||
master_index_id INTEGER NOT NULL REFERENCES master_indexes (id), |
||||
url TEXT NOT NULL, |
||||
PRIMARY KEY (master_index_id, url) |
||||
); |
||||
-- @formatter:on |
Loading…
Reference in new issue