api/pkg/modules/migration
konrad b0d4902406 Make sure all int64 db fields are using bigint when actually storing the data (#741)
Fix lint

Fix migration query for postgres

Fix migration statements

Add migration to make all int(11) fields bigint by default

Make all int(11) fields bigint by default

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#741
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-12-18 16:51:22 +00:00
..
handler Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
microsoft-todo Add Microsoft Todo migration (#737) 2020-12-18 11:12:05 +00:00
todoist Add Microsoft Todo migration (#737) 2020-12-18 11:12:05 +00:00
trello Add trello migration (#734) 2020-12-17 13:44:04 +00:00
wunderlist Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
create_from_structure_test.go Add support for migrating todoist boards (#732) 2020-12-16 14:19:09 +00:00
create_from_structure.go Add trello migration (#734) 2020-12-17 13:44:04 +00:00
db.go Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +00:00
helpers.go Add Microsoft Todo migration (#737) 2020-12-18 11:12:05 +00:00
main_test.go Add Golangci Lint (#676) 2020-10-11 20:10:03 +00:00
migration_status.go Make sure all int64 db fields are using bigint when actually storing the data (#741) 2020-12-18 16:51:22 +00:00
migrator.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00