This website requires JavaScript.
Explore
Help
Sign In
karolina
/
weserplaner
Archived
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-05-26
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
1aa033609de8e8393a07629976a9b40de0e7eb2b
weserplaner
/
app
/
schemas
T
History
denizk0461
694d962896
Added Timetable.kt which was a PAIN because SQLite does not support ADD FOREIGN KEY on ALTER TABLE, and as such, the required workaround is to create a temporary table with the new constraint added, insert the values from the old table into the new table, drop the old table, and finally rename the new table to the name of the old table so that the app thinks that nothing ever happened... UGH
2023-07-03 15:47:55 +02:00
..
com.denizk0461.weserplaner.db.AppDatabase
Added Timetable.kt which was a PAIN because SQLite does not support ADD FOREIGN KEY on ALTER TABLE, and as such, the required workaround is to create a temporary table with the new constraint added, insert the values from the old table into the new table, drop the old table, and finally rename the new table to the name of the old table so that the app thinks that nothing ever happened... UGH
2023-07-03 15:47:55 +02:00