mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-12 11:36:04 +00:00

* feat: save user metadata * chore: update client api * refactor: separate test methods * chore: save updated at * chore: clippy * chore: fix test
4 lines
93 B
SQL
4 lines
93 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE user_table
|
|
DROP COLUMN updated_at;
|