1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/sql/schema_version_4.sql

3 lines
144 B
MySQL
Raw Normal View History

2017-12-02 17:04:01 -08:00
create type entry_sorting_direction as enum('asc', 'desc');
alter table users add column entry_direction entry_sorting_direction default 'asc';