mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* refactor: access level * refactor: access control * refactor: enforce action * refactor: collab cache * chore: fix test * chore: fix test * chore: fix test * chore: fix test * chore: commit migration file * chore: commit migration file
3 lines
No EOL
133 B
SQL
3 lines
No EOL
133 B
SQL
-- Add migration script here
|
|
ALTER TABLE af_collab_member
|
|
ADD COLUMN created_at TIMESTAMP WITHOUT TIME ZONE NOT NULL DEFAULT (NOW()); |