Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-06-30 | delete gather_migrations since it gets miscached | Melody Horn | -5/+5 |
2021-06-30 | use the actual path to the app dir for make_migrations | Melody Horn | -0/+35 |
2021-06-30 | finish inserting save_mut for models | Melody Horn | -1/+1 |
2021-06-28 | fmt | Melody Horn | -5/+5 |
2021-06-28 | use chrono instead of time in tests | Melody Horn | -1/+1 |
2021-06-23 | start impling diesel::Queryable for Models | Melody Horn / boringcactus | -2/+2 |
2021-06-18 | make gathered list names consistent | Melody Horn / boringcactus | -1/+1 |
2021-06-18 | make model metadata available in AppConfig | Melody Horn / boringcactus | -1/+4 |
2021-06-16 | actually run migrations | Melody Horn / boringcactus | -0/+1 |
2021-06-16 | make database backends generic | Melody Horn / boringcactus | -1/+5 |
2021-06-13 | lay groundwork for models | Melody Horn / boringcactus | -0/+46 |