summary refs log tree commit diff
path: root/scripts/stagingMigration/postgres (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-13/+23
| | | | | | | | | * 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
* migration stuff againMadeline2023-01-051-1/+13
|
* PrettierMadeline2023-01-051-52/+143
|
* channel flags whoopsMadeline2023-01-051-0/+2
|
* Add migrations (#923)Madeline2023-01-051-0/+56
* Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script