``update Notifications table schema by removing 'author' text field, adding 'author' relation, 'content', 'company', and 'link' fields, and sync changes in schema.dbml, schema.json, and pb_hooks/seed/schema.json``

This commit is contained in:
louiscklaw
2025-05-12 14:03:35 +08:00
parent 1441863dcd
commit 89f91ec2a0
4 changed files with 62 additions and 12 deletions

View File

@@ -1,2 +1,3 @@
#
volumes
pb_migrations

View File

@@ -1174,6 +1174,17 @@
"required": false,
"system": false,
"type": "json"
},
{
"exceptDomains": null,
"hidden": false,
"id": "url917281265",
"name": "link",
"onlyDomains": null,
"presentable": false,
"required": false,
"system": false,
"type": "url"
}
],
"indexes": [],