This website requires JavaScript.
Explore
Help
Sign In
FreshRSS
/
rssguard
Watch
1
Star
0
Fork
0
You've already forked rssguard
mirror of
https://github.com/martinrotter/rssguard.git
synced
2025-02-04 19:27:33 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rssguard
/
resources
/
sql
/
db_update_mysql_1_2.sql
8 lines
111 B
MySQL
Raw
Normal View
History
Unescape
Escape
big refactoring of PR #588
2022-01-18 09:32:16 +01:00
USE
##;
-- !
Shitload of changes, save it. Also note that this introduces some SQL changes for metadata version 2 which is still unpublished but was introduced some commits ago, therefore individual "devbuild"s are NOT cross-compatible betweem each other.
2022-03-01 14:45:20 +01:00
SET
FOREIGN_KEY_CHECKS
=
0
;
-- !
!
!
db_update_sqlite_1_2
.
sql
-- !
SET
FOREIGN_KEY_CHECKS
=
1
;
-- !
Reference in New Issue
Copy Permalink