This website requires JavaScript.
Explore
Help
Sign In
xevion
/
linkpulse
Watch
1
Star
0
Fork
0
You've already forked linkpulse
mirror of
https://github.com/Xevion/linkpulse.git
synced
2025-12-06 01:15:30 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
linkpulse
/
backend
/
linkpulse
/
migrations
History
Xevion
15ce80bb66
migration: User.password_hash length to 97, Session.token index
...
off by one hell fml also why's the index only applying now? what'd I do lol
2024-11-09 21:30:46 -06:00
..
001_initial.py
Update initial migration to proper
2024-10-23 17:56:34 -05:00
002_ipaddress_count.py
migration: ipaddress_count
2024-10-23 18:34:35 -05:00
003_rename_ipaddress_lastseen.py
Fix improper column name scheme
2024-10-24 04:01:18 -05:00
004_create_user_remove_ipaddress.py
Minor formatting concerns, remove dangling IPAddress usage
2024-11-09 20:39:27 -06:00
005_create_session_add_user_flags.py
migration: Session model, User.flags field
2024-11-09 16:29:46 -06:00
006_add_session_constraints.py
correctly add names to table constraints, fix inverted constraint for session_last_used_created
2024-11-09 20:08:10 -06:00
007_password_hash_length_adjust_session_token_index.py
migration: User.password_hash length to 97, Session.token index
2024-11-09 21:30:46 -06:00