thiel
Filters, Search and Options not working
@charles Yes, I know a little about it, but I haven't paid much attention to it... So, the following output is as follows:
default=# select * from metadata."workspaceMigration" where "appliedAt" is null;
id | migrations | name | isCustom | appliedAt | workspaceId | createdAt
----+------------+------+----------+-----------+-------------+-----------
(0 rows)
23 replies
Filters, Search and Options not working
@charles I know, but I wanted to try if it might be due to the version.
default=# select * from metadata.workspaceMigratoin where appliedAt is null;
ERROR: relation "metadata.workspacemigratoin" does not exist
LINE 1: select * from metadata.workspaceMigratoin where appliedAt is...
^
23 replies