6 Commits

Author SHA1 Message Date
Chad Whitacre e7295ed882 Finish username case folding; #503 2013-04-10 21:24:11 -04:00
Chad Whitacre e65dcd68d4 Start changing username casing; #503 2013-04-10 20:24:41 -04:00
Chad Whitacre 899365f629 Append branch.sql to schema.sql and prune; #287 2013-04-07 00:35:25 -04:00
Chad Whitacre 553e656583 Start branch.sql to fix username/id; #287, #680
This breaks pretty much everything, as promised:

    https://twitter.com/whit537/status/319426649479344128
    https://twitter.com/whit537/status/319493424917143552

:)
2013-04-03 21:48:35 -04:00
Chad Whitacre 937da5d9df Move DDL for #141 from branch.sql to schema.sql
I've run this against the production database.c
2013-04-03 12:40:39 -04:00
Chad Whitacre 90bbdd8588 Move new SQL to branch.sql; #141
Let's try out this pattern: feature branches should collect new SQL
statements in a branch.sql file, and if this exists we'll apply it
during makedb.sh. That should avoid some conflicts when merging from
master out to feature branches, as well as making it clearer that
branch.sql is a work in progress.
2013-04-03 11:54:05 -04:00