mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 18:54:26 +08:00
* Set up create trigger * Hook up update trigger * Deprecate CreateTrigger * Small clean up DeleteTrigger * Update apps/studio/components/interfaces/Database/Triggers/TriggerSheet.tsx Co-authored-by: Alaister Young <alaister@users.noreply.github.com> --------- Co-authored-by: Alaister Young <alaister@users.noreply.github.com>
17 lines
689 B
TypeScript
17 lines
689 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 CreateFunction } from './Functions/CreateFunction'
|
|
export { default as DeleteFunction } from './Functions/DeleteFunction'
|
|
|
|
export { default as EnumeratedTypes } from './EnumeratedTypes/EnumeratedTypes'
|