You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Describe the bug
EXECUTE FUNCTION extensions.moddatetime(...)
in database migrations fails because the 'moddatetime' extension does not exist.To Reproduce
supabase stop && supabase start
)Expected behavior
Supabase local environment gets running without any error
Screenshots
Desktop (please complete the following information):
Additional context
Unfortunately, we have only a temporary workaround for now, according to the repository of Supabase CLI (e.g. supabase/cli#151)
Temporary Workaround 1 (old - no needed any more)
We assume we have
supabase/migrations/20220218124404_commitUpdateAtChangesOnProjects.sql
supabase/migrations/20220218124403_foobar.sql
)CREATE EXTENSION IF NOT EXISTS moddatetime SCHEMA "extensions";
The text was updated successfully, but these errors were encountered: