Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix updated_at function #40

Open
kiwicopple opened this issue Jan 21, 2022 · 0 comments
Open

Fix updated_at function #40

kiwicopple opened this issue Jan 21, 2022 · 0 comments

Comments

@kiwicopple
Copy link
Member

Chore

Describe the chore

This PR introduces an set_updated_at function, but it wasn't namespaced so it gets installed on the public schema. We should fix this so that it gets run on the "stripe" schema

Additional context

It will be a bit dangerous to run drop function public.set_updated_at() because this could now be used by others. We should go back and edit this migration file (which is generally not a done thing) so that it doesn't affect new users. Then we should also add a new migration to alter function if exists public.set_updated_at() set schema "stripe";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant