oops forgot to do this
This commit is contained in:
parent
1e913b9ec8
commit
86adf64575
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ CREATE TABLE levels (
|
|||
song_id INTEGER NOT NULL,
|
||||
|
||||
length INTEGER NOT NULL,
|
||||
length_real INTEGER NOT NULL,
|
||||
length_real DOUBLE PRECISION NOT NULL,
|
||||
objects INTEGER NOT NULL,
|
||||
coins INTEGER NOT NULL DEFAULT 0,
|
||||
has_ldm INTEGER NOT NULL DEFAULT 0,
|
||||
|
|
|
@ -46,7 +46,7 @@ diesel::table! {
|
|||
editor_time_copies -> Int4,
|
||||
song_id -> Int4,
|
||||
length -> Int4,
|
||||
length_real -> Int4,
|
||||
length_real -> Float8,
|
||||
objects -> Int4,
|
||||
coins -> Int4,
|
||||
has_ldm -> Int4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue