rdallman/flaming-wookie

Rename tables to lower case

Closed this issue · 1 comments

So the culprit for "Users" is the upper case U. postgres is picky about capitalization and expects lower case things I guess unless specified strongly (with quotes). I think this should be easy enough to just redrop the tables with different names?

done.