aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrator.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix migrationsChocobozzz2021-12-171-1/+1
* esModuleInterop to trueChocobozzz2021-08-271-5/+5
* Move to eslintcontainChocobozzz2020-02-031-2/+2
* Update sequelizeChocobozzz2019-04-241-1/+7
* Correctly migrate to fs-extraChocobozzz2018-08-271-2/+2
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+1
* Fix error loggingChocobozzz2018-03-261-1/+1
* Don't search migration version in old Applications table anymoreChocobozzz2018-03-231-11/+3
* Fetch remote AP objectsChocobozzz2018-01-101-2/+2
* Propagate old comment on new followChocobozzz2017-12-281-1/+2
* Add migrationChocobozzz2017-12-131-4/+17
* Move models to typescript-sequelizeChocobozzz2017-12-131-11/+10
* Add activitypub migration scriptChocobozzz2017-11-271-1/+6
* Use async/await in lib and initializersChocobozzz2017-10-261-63/+44
* Move video file metadata in their own tableChocobozzz2017-08-251-8/+11
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-1/+1
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+2
* Async signature and various fixesChocobozzz2017-07-071-3/+1
* Move to promisesChocobozzz2017-07-051-81/+52
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+0
* Type functionsChocobozzz2017-06-101-4/+5
* require -> importChocobozzz2017-06-051-2/+2
* Type modelsChocobozzz2017-05-251-3/+5
* First typescript iterationChocobozzz2017-05-201-0/+134