index
:
v2
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
database
/
sql
/
schema_version_23.sql
blob: 2afb96226c0cb9c3cec369a29affafdaf2113585 (
plain
) (
blame
)
1
alter table
users
add column
keyboard_shortcuts
boolean
default
't'
;