You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing on ubuntu 20.04, the current bin/migrations.sh fails to add deleted to users.
/usr/local/share/lua/5.1/lapis/db/postgres.lua:111: ALTER TABLE "users" ADD COLUMN "deleted" timestamp with time zone
ERROR: column "deleted" of relation "users" already exists
The text was updated successfully, but these errors were encountered:
A hack that gets things working is to patch the migrations. Not including the broken instructions may have side effects, as I'm unfamiliar with all aspects of the DB and API.
When installing on ubuntu 20.04, the current bin/migrations.sh fails to add deleted to users.
The text was updated successfully, but these errors were encountered: