forked from richmao/lifeinvader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added dropzone. Still some stuff to fix with the button
- Loading branch information
1 parent
8e274e2
commit 1f41cf0
Showing
12 changed files
with
3,180 additions
and
293 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,150 +1,150 @@ | ||
(dp1 | ||
S'poster_id' | ||
S'image_content' | ||
p2 | ||
(dp3 | ||
S'sortable' | ||
S'length' | ||
p4 | ||
I3 | ||
sS'sql' | ||
I512 | ||
sS'unique' | ||
p5 | ||
S'INTEGER REFERENCES auth_user (id) ON DELETE CASCADE ' | ||
I00 | ||
sS'sortable' | ||
p6 | ||
sS'length' | ||
I3 | ||
sS'sql' | ||
p7 | ||
I512 | ||
sS'notnull' | ||
S'CHAR(512)' | ||
p8 | ||
I00 | ||
sS'unique' | ||
sS'notnull' | ||
p9 | ||
I00 | ||
sS'type' | ||
p10 | ||
S'reference auth_user' | ||
S'upload' | ||
p11 | ||
ssS'author' | ||
p12 | ||
(dp13 | ||
S'length' | ||
p14 | ||
g4 | ||
I512 | ||
sS'unique' | ||
p15 | ||
sg5 | ||
I00 | ||
sS'sortable' | ||
p16 | ||
sg6 | ||
I2 | ||
sS'sql' | ||
p17 | ||
sg7 | ||
S'CHAR(512)' | ||
p18 | ||
sS'notnull' | ||
p19 | ||
p14 | ||
sg9 | ||
I00 | ||
sS'type' | ||
p20 | ||
sg10 | ||
S'string' | ||
p21 | ||
p15 | ||
ssS'like_list' | ||
p22 | ||
(dp23 | ||
g14 | ||
p16 | ||
(dp17 | ||
g4 | ||
I512 | ||
sg15 | ||
sg5 | ||
I00 | ||
sg16 | ||
sg6 | ||
I4 | ||
sg17 | ||
sg7 | ||
S'TEXT' | ||
p24 | ||
sg19 | ||
p18 | ||
sg9 | ||
I00 | ||
sg20 | ||
sg10 | ||
S'list:string' | ||
p19 | ||
ssS'poster_id' | ||
p20 | ||
(dp21 | ||
S'sortable' | ||
p22 | ||
I3 | ||
sS'sql' | ||
p23 | ||
S'INTEGER REFERENCES auth_user (id) ON DELETE CASCADE ' | ||
p24 | ||
sS'length' | ||
p25 | ||
ssS'image_content' | ||
p26 | ||
(dp27 | ||
g14 | ||
I512 | ||
sg15 | ||
sS'notnull' | ||
p26 | ||
I00 | ||
sg16 | ||
I3 | ||
sg17 | ||
S'CHAR(512)' | ||
p28 | ||
sg19 | ||
sS'unique' | ||
p27 | ||
I00 | ||
sg20 | ||
S'upload' | ||
sS'type' | ||
p28 | ||
S'reference auth_user' | ||
p29 | ||
ssS'caption' | ||
p30 | ||
(dp31 | ||
g14 | ||
g4 | ||
I32768 | ||
sg15 | ||
sg5 | ||
I00 | ||
sg16 | ||
sg6 | ||
I6 | ||
sg17 | ||
sg7 | ||
S'TEXT' | ||
p32 | ||
sg19 | ||
sg9 | ||
I00 | ||
sg20 | ||
sg10 | ||
S'text' | ||
p33 | ||
ssS'comment_list' | ||
p34 | ||
(dp35 | ||
g14 | ||
g4 | ||
I512 | ||
sg15 | ||
sg5 | ||
I00 | ||
sg16 | ||
sg6 | ||
I5 | ||
sg17 | ||
sg7 | ||
S'TEXT' | ||
p36 | ||
sg19 | ||
sg9 | ||
I00 | ||
sg20 | ||
sg10 | ||
S'list:integer' | ||
p37 | ||
ssS'id' | ||
p38 | ||
(dp39 | ||
g14 | ||
g4 | ||
I512 | ||
sg15 | ||
sg5 | ||
I00 | ||
sg16 | ||
sg6 | ||
I1 | ||
sg17 | ||
sg7 | ||
S'INTEGER PRIMARY KEY AUTOINCREMENT' | ||
p40 | ||
sg19 | ||
sg9 | ||
I00 | ||
sg20 | ||
sg10 | ||
S'id' | ||
p41 | ||
ssS'posted_on' | ||
p42 | ||
(dp43 | ||
g14 | ||
g4 | ||
I512 | ||
sg15 | ||
sg5 | ||
I00 | ||
sg16 | ||
sg6 | ||
I7 | ||
sg17 | ||
sg7 | ||
S'TIMESTAMP' | ||
p44 | ||
sg19 | ||
sg9 | ||
I00 | ||
sg20 | ||
sg10 | ||
S'datetime' | ||
p45 | ||
ss. |
Oops, something went wrong.