This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
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
Files
7e26331ab6850896ca49efe0b2e419fecc33fb1c
librenms-librenms
/
sql-schema
/
134.sql
T
3 lines
75 B
SQL
Raw
Normal View
History
Unescape
Escape
fix: New installs would have multiple entries in dbSchema table (
#4460
)
2016-09-17 00:20:34 +01:00
DELETE
FROM
`
dbSchema
`
;
INSERT
INTO
`
dbSchema
`
(
`
version
`
)
VALUES
(
'134'
);
Reference in New Issue
Copy Permalink