chore: publish 1.0.0+1.81.2 release

This commit is contained in:
Simon
2025-03-03 13:46:49 +01:00
parent 570915151d
commit 1561d42450
2 changed files with 2 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
ALERTA ALERTA
N8N recipe is switching from deploying a PostgreSQL and setting it as the database to using the
built-in SQLite database instead. PostgreSQL can still be enabled, see .env.sample for the
lines to add to your configuration to enable it (should retain data that was in Postgres).
There is no clean migration path between sqlite and postgres. Committing to one pretty much
sticks you to that one (there are hacks but it is involved and incomplete).