Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-06-30 | ensure save_mut works to update tooHEADcanon | Melody Horn | -29/+72 |
2021-06-30 | finish the Queryable impl for models | Melody Horn | -124/+160 |
2021-06-30 | use the table name matching what actually exists | Melody Horn | -0/+29 |
2021-06-30 | delete gather_migrations since it gets miscached | Melody Horn | -30/+0 |
2021-06-30 | add getters & setters | Melody Horn | -2/+26 |
2021-06-30 | finish inserting save_mut for models | Melody Horn | -8/+25 |
2021-06-30 | impl Insertable for models | Melody Horn | -0/+45 |
2021-06-30 | add Model::new | Melody Horn | -6/+33 |
2021-06-30 | juggle Id so FromSql works out | Melody Horn | -6/+21 |
2021-06-28 | use chrono instead of time in tests | Melody Horn | -20/+62 |
2021-06-23 | start impling diesel::Queryable for Models | Melody Horn / boringcactus | -27/+70 |
2021-06-19 | generate diesel::table! in derive(Model) | Melody Horn / boringcactus | -11/+39 |
2021-06-18 | correctly gather model info | Melody Horn / boringcactus | -3/+54 |
2021-06-18 | lay groundwork for make-migrations | Melody Horn / boringcactus | -1/+3 |
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 | -3/+38 |
2021-06-14 | start working on migrations | Melody Horn / boringcactus | -1/+32 |
2021-06-13 | lay groundwork for models | Melody Horn / boringcactus | -0/+40 |