Ka-Note/ka-note/server/drizzle/0009_history_is_private.sql

2 lines
79 B
SQL

ALTER TABLE `history_entries` ADD `is_private` integer DEFAULT false NOT NULL;