This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
librenms-librenms
/
sql-schema
/
178.sql
2 lines
77 B
MySQL
Raw
Normal View
History
Unescape
Escape
feature: Unit test to validate the db schema (#6367) * Unit test to validate the db schema Changes build-schema.php to just write misc/db_schema.yaml * Only build base if needed Fix 178.sql * Database is always created by init.php add dbSchema test too, should guard against testing against an empty database * feature: support non-standard unix socket (#5724) * Add support for custom MySQL unix-socket * NULL must be lowercase! * Naive edit of html/install.php * fixup * Refactor dbConnect Use it everywhere * $config needs to be global Don't need to set $database_link * small cleanups * Connect to the database for every test. * travis fix for blank line
2017-04-07 09:07:44 -05:00
ALTER
TABLE
`
users
`
MODIFY
`
updated_at
`
TIMESTAMP
DEFAULT
CURRENT_TIMESTAMP
;
Reference in New Issue
Copy Permalink