mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-28 03:19:27 +00:00
Missing a newline causes compilation failure
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2387 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
a3e97e1005
commit
d0e80456c6
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ KEYSTRING TEXT UNIQUE NOT NULL, \
|
|||
VALUESTRING TEXT, \
|
||||
STATIC INTEGER DEFAULT 0, \
|
||||
OPTIONAL INTEGER DEFAULT 0, \
|
||||
COMMENTS TEXT DEFAULT ''
|
||||
COMMENTS TEXT DEFAULT '' \
|
||||
);"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue