Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-06-30 | use the table name matching what actually exists | Melody Horn | -0/+1 |
2021-06-30 | delete gather_migrations since it gets miscached | Melody Horn | -2/+1 |
2021-06-30 | finish inserting save_mut for models | Melody Horn | -0/+45 |
2021-06-30 | juggle Id so FromSql works out | Melody Horn | -1/+1 |
2021-06-29 | lol no generics | Melody Horn | -35/+37 |
2021-06-28 | fmt | Melody Horn | -28/+35 |
2021-06-23 | start impling diesel::Queryable for Models | Melody Horn / boringcactus | -1/+7 |
2021-06-19 | generate diesel::table! in derive(Model) | Melody Horn / boringcactus | -0/+3 |
2021-06-18 | lay groundwork for make-migrations | Melody Horn / boringcactus | -0/+4 |
2021-06-18 | make model metadata available in AppConfig | Melody Horn / boringcactus | -1/+7 |
2021-06-16 | actually run migrations | Melody Horn / boringcactus | -2/+99 |
2021-06-16 | make database backends generic | Melody Horn / boringcactus | -3/+16 |
2021-06-14 | start working on migrations | Melody Horn / boringcactus | -0/+13 |
2021-06-14 | make backend more explicit | Melody Horn / boringcactus | -0/+6 |
2021-06-13 | lay groundwork for models | Melody Horn / boringcactus | -0/+4 |