summary refs log tree commit diff
path: root/scripts/stagingMigration/mysql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* PrettierMadeline2023-01-051-369/+1097
|
* Add migrations (#923)Madeline2023-01-051-0/+375
* Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script