mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 16:26:02 +08:00
* 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.
20 lines
826 B
TypeScript
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'
|