mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-29 09:55:00 +02:00
major rewrite of the web interface
This commit is contained in:
@@ -57,8 +57,9 @@ source tag
|
||||
sql_pass = piler
|
||||
|
||||
sql_query_pre = SET NAMES utf8
|
||||
sql_query = SELECT `id`, `uid`, `tag` FROM `tag`
|
||||
sql_query = SELECT `_id`, `id`, `uid`, `tag` FROM `tag`
|
||||
|
||||
sql_attr_uint = id
|
||||
sql_attr_uint = uid
|
||||
|
||||
}
|
||||
@@ -73,8 +74,9 @@ source note
|
||||
sql_pass = piler
|
||||
|
||||
sql_query_pre = SET NAMES utf8
|
||||
sql_query = SELECT `id`, `uid`, `note` FROM `note`
|
||||
sql_query = SELECT `_id`, `id`, `uid`, `note` FROM `note`
|
||||
|
||||
sql_attr_uint = id
|
||||
sql_attr_uint = uid
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user