This website requires JavaScript.
Explore
Help
Sign In
status-im
/
fathom
Watch
2
Star
0
Fork
0
You've already forked fathom
mirror of
https://github.com/status-im/fathom.git
synced
2025-03-01 03:20:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fathom
/
pkg
/
datastore
/
sqlstore
/
migrations
History
Danny van Kooten
5e4ce53eb8
sqlite re-uses ID for columns not marked as autoincrement, so use that.
fixes
#202
2019-02-04 13:58:25 +01:00
..
mysql
explicitly declare innodb as storage engine for mysql databases & only index first 100 chars of index columns.
closes
#198
2018-12-24 09:10:11 +01:00
postgres
speed up host & pathname migration by using UNION. perform VACUUM for SQLite migrations.
2018-11-14 12:40:01 +01:00
sqlite3
sqlite re-uses ID for columns not marked as autoincrement, so use that.
fixes
#202
2019-02-04 13:58:25 +01:00