Files

10 lines
135 B
Plaintext
Raw Permalink Normal View History

2021-10-08 11:26:50 +02:00
[
{ type: install
message: <<EOM
Use the following sql script to create semver extension
psql -c 'CREATE EXTENSION semver'
EOM
}
]