0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00
logto/packages/schemas/tables
simeng-li 18a142ab65
feat(schema): add resource and scope table (#145)
* feat(schema): add resource and scope table

implement resource-servers and resource-scopes table with some basic queries

* fix(schema): remove scope update querie

not allowed to update scope once created

* feat(schema): add resourceId foreign key to the scope table

add resourceId foreign key to the scope table

* fix(schema): remove trailling comma

remove trailling comma

* fix(schema): cr fix replace resource-servers table name using resources

replace resource-servers table name using resources
2021-12-01 11:41:16 +08:00
..
applications.sql refactor: unify timestamp usage 2021-08-18 16:36:52 +08:00
oidc_model_instances.sql refactor: unify timestamp usage 2021-08-18 16:36:52 +08:00
resource_scopes.sql feat(schema): add resource and scope table (#145) 2021-12-01 11:41:16 +08:00
resources.sql feat(schema): add resource and scope table (#145) 2021-12-01 11:41:16 +08:00
user_logs.sql feat(schema): user logs (#137) 2021-11-29 15:47:43 +08:00
users.sql refactor: user_name -> username 2021-07-25 17:40:50 +08:00