Change notes columns

This commit is contained in:
2020-04-19 21:31:03 +02:00
parent 68d8363ebf
commit e4d8bffe71
3 changed files with 7 additions and 2 deletions
@@ -0,0 +1,5 @@
ALTER TABLE `Notes`
DROP COLUMN `last_viewed`;
ALTER TABLE `Notes`
ADD COLUMN `updated_at` datetime;