summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Run 2to3 on the entire projectJonah BrĂ¼chert2024-04-191-1/+1
|
* Bcfg2/Server: Add migrations for Bcfg2.ServerAlexander Sulfrian2016-08-172-0/+45
Django1.9 requires every app to have migrations. You cannot create a tables without having migrations.