0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/schemas/tables
simeng-li a93a39aa1b
feat(core,schemas): add isThirdParty column to the applications table (#5090)
* feat(core,schemas): add isThirdParty column to the applications table

add isThirdParty column to the applications table

* refactor(core): group the application routes under applications directory (#5091)

* refactor(core): group the application routes under applications directory

group the application routes under applications directory

* refactor(core,schemas): refactor the application api guard

refactor the application api guard

* fix(schemas): fix application patch guard

fix application patch guard

* fix(test): fix ut

fix ut
2023-12-12 14:54:49 +08:00
..
_after_all.sql
_after_each.sql
_before_all.sql
_functions.sql
applications.sql feat(core,schemas): add isThirdParty column to the applications table (#5090) 2023-12-12 14:54:49 +08:00
applications_roles.sql fix(schemas): specify function db schema of check_role_type (#4469) 2023-09-11 08:58:17 +00:00
connectors.sql
custom_phrases.sql
daily_active_users.sql
domains.sql
hooks.sql
logs.sql feat: init sentinel 2023-09-16 17:15:53 +08:00
logto_configs.sql feat(core,phrases,shared): add apis to fetch, delete and rotate oidc private keys 2023-10-11 15:28:24 +08:00
oidc_model_instances.sql
organization_role_scope_relations.sql feat(schemas): init organization tables 2023-10-07 17:49:28 +08:00
organization_role_user_relations.sql refactor(schemas): use user membership as foreign key for user org roles (#4885) 2023-11-16 11:19:44 +08:00
organization_roles.sql refactor(schemas): make description nullable 2023-10-08 13:47:22 +08:00
organization_scopes.sql refactor(schemas): make description nullable 2023-10-08 13:47:22 +08:00
organization_user_relations.sql feat(schemas): init organization tables 2023-10-07 17:49:28 +08:00
organizations.sql refactor(schemas): make description nullable 2023-10-08 13:47:22 +08:00
passcodes.sql
resources.sql
roles.sql fix(schemas): specify function db schema of check_role_type (#4469) 2023-09-11 08:58:17 +00:00
roles_scopes.sql
scopes.sql
sentinel_activities.sql refactor(schemas): improve regexp 2023-09-19 12:03:58 +08:00
service_logs.sql
sign_in_experiences.sql feat(core,schemas): add new singleSignOnEnabled field to sie (#5003) 2023-11-30 16:34:08 +08:00
sso_connectors.sql refactor(core,schemas,console): optimize the sso connector endpoints naming (#5047) 2023-12-04 15:07:33 +08:00
systems.sql
user_sso_identities.sql refactor(schemas): add new sso_connector_id column to the users_sso_identities table (#4843) 2023-11-08 08:55:45 +00:00
users.sql refactor(core,schemas): add user logto_data column to store mfa (#4792) 2023-11-02 16:16:21 +08:00
users_roles.sql fix(schemas): specify function db schema of check_role_type (#4469) 2023-09-11 08:58:17 +00:00
verification_statuses.sql