Add actions workflow to run tests
This commit is contained in:
parent
e027d5fc5c
commit
efef67447b
4 changed files with 84 additions and 0 deletions
10
script/normalise-structure
Normal file
10
script/normalise-structure
Normal file
|
@ -0,0 +1,10 @@
|
|||
/^$/d
|
||||
/^--/d
|
||||
/^CREATE EXTENSION IF NOT EXISTS plpgsql /d
|
||||
/^COMMENT ON EXTENSION plpgsql /d
|
||||
/^SET default_with_oids /d
|
||||
/^SET default_table_access_method /d
|
||||
/^SET idle_in_transaction_session_timeout /d
|
||||
/^ AS integer$/d
|
||||
|
||||
s/ IMMUTABLE / /
|
Loading…
Add table
Add a link
Reference in a new issue