aboutsummaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)AuthorLines
2021-06-30use the table name matching what actually existsMelody Horn-0/+1
2021-06-30delete gather_migrations since it gets miscachedMelody Horn-2/+1
2021-06-30finish inserting save_mut for modelsMelody Horn-0/+45
2021-06-30juggle Id so FromSql works outMelody Horn-1/+1
2021-06-29lol no genericsMelody Horn-35/+37
2021-06-28fmtMelody Horn-28/+35
2021-06-23start impling diesel::Queryable for ModelsMelody Horn / boringcactus-1/+7
2021-06-19generate diesel::table! in derive(Model)Melody Horn / boringcactus-0/+3
2021-06-18lay groundwork for make-migrationsMelody Horn / boringcactus-0/+4
2021-06-18make model metadata available in AppConfigMelody Horn / boringcactus-1/+7
2021-06-16actually run migrationsMelody Horn / boringcactus-2/+99
2021-06-16make database backends genericMelody Horn / boringcactus-3/+16
2021-06-14start working on migrationsMelody Horn / boringcactus-0/+13
2021-06-14make backend more explicitMelody Horn / boringcactus-0/+6
2021-06-13lay groundwork for modelsMelody Horn / boringcactus-0/+4