summaryrefslogtreecommitdiff
path: root/lib/migrations (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing catchTilman Vatteroth2020-12-021-1/+2
* Catch more errorsTilman Vatteroth2020-12-029-10/+31
* [Migrations] Replace similar codeTilman Vatteroth2020-11-301-2/+1
* [Migrations] Add variant of error message to catch blockTilman Vatteroth2020-11-301-1/+4
* Add fix for missing deletion of notes on user-deletion requestSheogorath2020-03-211-0/+61
* fix: migration should return promisechandi2019-08-123-18/+18
* Fix eslint warningsSheogorath2019-05-3111-17/+26
* Update error message text checksCarles Bruguera2018-11-168-8/+8
* Extend migration error handlingSheogorath2018-09-058-9/+9
* Add missing catch blocks for migration from 1.1.1 to 1.2.0Hugo Caloto2018-07-318-2/+56
* Merge pull request #830 from SISheogorath/feature/GDPRChristoph (Sheogorath) Kern2018-06-171-0/+13
|\
| * Add token based security featureSheogorath2018-05-251-0/+13
* | Use TEXT instead of STRING for tokensPedro Ferreira2018-03-261-0/+23
|/
* Add missing migration for permissionsSheogorath2018-03-061-0/+11
* Fix field type to prevent data truncation of authorship (#721)Max Wu2018-02-091-0/+13
* Fix typo of DB migration scriptTakeaki Matsumoto2018-02-081-2/+2
* Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca...Claudius Coenen2017-10-161-0/+16
* fix: Other dialect duplicated add index problemBoHong Li2017-03-281-3/+9
* fix: Support SQliteBoHong Li2017-03-283-7/+25
* fix: Add missing migrationBoHong Li2017-03-277-0/+139
* fix: Fixed sequelize-cli db:migration cannot stop when occur errorBoHong Li2017-03-245-41/+51
* Use strict mode in all backend filesBoHong Li2017-03-145-0/+5
* Use JavaScript Standard StyleBoHong Li2017-03-085-45/+29
* Fix redundant parameter to removeColumn in db migration scriptsWu Cheng-Han2017-01-212-3/+3
* Fix migration script of revision lacks of definition of primary keyWu Cheng-Han2017-01-021-1/+4
* Update to support optional email register and signinWu Cheng-Han2016-12-021-0/+13
* Update to support delete noteWu Cheng-Han2016-10-101-0/+11
* Add support of saving authors and authorshipWu Cheng-Han2016-07-301-0/+28
* Add support of saving note revision and improve app start and stop procedure ...Cheng-Han, Wu2016-06-171-0/+24
* Add db migrations for PR #121Cheng-Han, Wu2016-05-151-0/+15