Files
supabase/apps/studio/components/interfaces/Database/index.ts
Ivan Vasilov bff3d56eef fix: Integrations followup - clean up extra files (#30653)
* Remove all extra files obsoleted by integrations redesign.

* Move all wrappers files into integrations/wrappers.

* Move the Vault files into Integrations.

* Move all Queues files into the correct folder.

* Move all CronJobs related files into the correct folder.

* Change the case of the CronJobsTab file.

* Add a comment and a correct URL to the vault.
2024-11-26 01:15:25 +08:00

20 lines
826 B
TypeScript

export { default as ColumnList } from './Tables/ColumnList'
export { default as TableList } from './Tables/TableList'
export { default as RolesList } from './Roles/RolesList'
export { default as Extensions } from './Extensions/Extensions'
export { default as PublicationsList } from './Publications/PublicationsList'
export { default as PublicationsTables } from './Publications/PublicationsTables'
export { default as BackupsList } from './Backups/BackupsList'
export { default as CreateTrigger } from './Triggers/CreateTrigger'
export { default as DeleteTrigger } from './Triggers/DeleteTrigger'
export { default as CreateFunction } from './Functions/CreateFunction'
export { default as DeleteFunction } from './Functions/DeleteFunction'
export { default as EnumeratedTypes } from './EnumeratedTypes/EnumeratedTypes'