misc: cleanup version numbers

This commit is contained in:
2026-02-20 00:24:49 +01:00
parent 3696665892
commit e229f00bba
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ psql -d mydb -c "CREATE EXTENSION morbac_pg;"
```bash
# Copy files to PostgreSQL extension directory
sudo cp morbac_pg.control $(pg_config --sharedir)/extension/
sudo cp morbac_pg--1.0.sql $(pg_config --sharedir)/extension/
sudo cp morbac_pg--1.0.0.sql $(pg_config --sharedir)/extension/
# Enable in PostgreSQL
psql -d mydb -c "CREATE EXTENSION morbac_pg;"