Skip to content

Commit

Permalink
Fix database query bug
Browse files Browse the repository at this point in the history
  • Loading branch information
twetzel59 committed Nov 25, 2017
1 parent f8de626 commit 41186da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world/queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub const INITIAL: &str =
sign (p, q); \
CREATE UNIQUE INDEX IF NOT EXISTS sign_xyzface_idx ON \
sign (x, y, z, face); \
CREATE TABLE IF NOT EXISTS sign (\
CREATE TABLE IF NOT EXISTS light (\
p INT NOT NULL, \
q INT NOT NULL, \
x INT NOT NULL, \
Expand Down

0 comments on commit 41186da

Please sign in to comment.