Age | Commit message (Collapse) | 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 | -3/+3 | |
2021-06-29 | lol no generics | Melody Horn | -2/+1 | |
2021-06-29 | correctly gather current time | Melody Horn | -1/+4 | |
2021-06-28 | fmt | Melody Horn | -17/+12 | |
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/+39 | |
2021-06-19 | generate diesel::table! in derive(Model) | Melody Horn / boringcactus | -0/+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 | -2/+7 | |
2021-06-14 | make backend more explicit | Melody Horn / boringcactus | -1/+0 | |
2021-06-13 | lay groundwork for models | Melody Horn / boringcactus | -0/+71 | |