1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2024-12-28 19:00:31 +00:00
lemmy/server/migrations/2019-10-15-181630_add_themes/up.sql
2019-10-15 12:21:27 -07:00

1 line
74 B
SQL
Vendored

alter table user_ add column theme varchar(20) default 'darkly' not null;