Go to file
Ben Visness cbe4b71869 Some kind of arbitrary checkpoint
I am in the middle of:
- porting the landing page
- making some db changes to help with that
- deleting the member and memberextended tables

Mainly the last one. Doing so requires us to update all the other tables
that currently point at member and memberextended so that the foreign
keys will point directly to users. The big thing that we still have yet
to do is links, and actually copying data from the member and
memberextended tables to users.
2021-04-14 20:17:05 -05:00
public Add a lot of base template stuff 2021-03-17 20:25:06 -05:00
src Some kind of arbitrary checkpoint 2021-04-14 20:17:05 -05:00
.gitignore Added seed command 2021-04-12 12:56:44 +03:00
go.mod Start porting landing page; rework db layer a bit 2021-03-30 22:55:19 -05:00
go.sum Add initial auth token / login stuff 2021-03-25 22:33:00 -05:00
resetdb.sh Some kind of arbitrary checkpoint 2021-04-14 20:17:05 -05:00