This website requires JavaScript.
Explore
Help
Register
Sign In
ProjectSegfault
/
invidious-experimenting
Watch
4
Star
0
Fork
0
You've already forked invidious-experimenting
forked from
midou/invidious
Code
Pull Requests
Activity
invidious-experimenting
/
src
/
invidious
/
database
History
Samantaz Fox
55da1e3e92
Merge pull request
#2878
from matthewmcgarvey/migrations
...
Add custom migration implementation
2022-03-11 20:49:26 +01:00
..
migrations
Migrations tweaks
2022-02-11 22:29:19 -06:00
annotations.cr
Move DB queries related to 'annotations' in a separate module
2022-01-04 17:15:43 +01:00
base.cr
DB: Move integrity check to the base.cr file
2022-01-25 23:53:00 +01:00
channels.cr
db: use prepared statements rather than crafted argument list
2022-01-26 17:31:01 +01:00
migration.cr
Migrations tweaks
2022-02-11 22:29:19 -06:00
migrator.cr
Run migrations through CLI instead of when app starts
2022-02-11 22:43:16 -06:00
nonces.cr
Move DB queries related to session tokens in a separate module
2022-01-04 17:13:52 +01:00
playlists.cr
db: use now() function instead of passing Time.utc
2022-01-26 01:49:29 +01:00
sessions.cr
db: use now() function instead of passing Time.utc
2022-01-26 01:49:29 +01:00
statistics.cr
Move DB queries related to statistics in a separate module
2022-01-04 17:13:52 +01:00
users.cr
DB: fix inverted arguments in User.update_password()
2022-02-10 19:52:45 +01:00
videos.cr
…