We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2eab0f commit 07cd140Copy full SHA for 07cd140
debian/cnb-cache-sqlite.postinst
@@ -95,8 +95,6 @@ configure)
95
fi
96
97
98
- phinx migrate -c /usr/lib/cnb-cache/phinx-adapter.php
99
-
100
if [ -f /var/lib/cnb-cache/cnb-cache ]; then
101
chown root:cnb-cache /var/lib/cnb-cache
102
chmod ug+rw /var/lib/cnb-cache
debian/cnb-cache.postinst
@@ -171,6 +171,9 @@ configure)
171
172
173
174
+ echo "Migrate database"
175
+ phinx migrate -c /usr/lib/cnb-cache/phinx-adapter.php || true
176
+
177
echo "Initializing cache"
178
179
0 commit comments