mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Remove fill_ident_country
postgresql function as unused
This commit is contained in:
parent
59a7a33c0a
commit
c83372c69e
2 changed files with 9 additions and 101 deletions
|
@ -0,0 +1,7 @@
|
|||
class RemoveFillIdentCountryFunction < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
execute <<~SQL
|
||||
DROP FUNCTION fill_ident_country();
|
||||
SQL
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue