1
0
Fork 0
forked from OpenNeo/impress
impress/app
Matchu 0943e2dbba Fix broken default value in schema for item description
Idk how we got into this state, or if it's environment-dependent or
MySQL-version-dependent or what, but setting up the dev environment on
my macOS machine is complaining that `TEXT` columns can't have default
values.

Well, in that case, let's just have it be a non-nullable field, and add
a note to our code that missing fields *can* cause item saving to fail!
(This was always true, but I'm just extra-noting it because it's
becoming *more* true.)
2024-05-02 13:00:10 -07:00
..
assets
controllers Add shadowban mechanism for closet lists 2024-04-20 20:57:15 -07:00
helpers Clarify NeoPass explanations 2024-04-12 07:14:34 -07:00
javascript Fix some eslint errors 2024-05-02 12:18:51 -07:00
mailers/fundraising
models Fix broken default value in schema for item description 2024-05-02 13:00:10 -07:00
services
views