Skip to content

Commit

Permalink
:rele fix: corrections suite à tests de mise en prod
Browse files Browse the repository at this point in the history
  • Loading branch information
equinton committed Feb 5, 2024
1 parent 5180980 commit 3d017db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ Then:
```
cd /var/www/sturwildApp/sturwild
git pull origin -b main
cd ..
./upgradedb.sh
../upgradedb.sh
```
2 changes: 1 addition & 1 deletion install/pgsql/alter_23.0-24.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ ON DELETE SET NULL ON UPDATE CASCADE;

insert into sturwild.dbversion (dbversion_number, dbversion_date)
values
('24.0', '2024-00-05');
('24.0', '2024-02-05');

0 comments on commit 3d017db

Please sign in to comment.