mrmBot-Matrix/docs
samhza c00d518f6e
simplify postgres and sqlite database initialization, remove psqlinit.sh (#331)
Before this change, uninitialized databases would be initialized with the old
schema and then migrated to the latest version. After this change, unintialized
databases are initizialized with the latest database schema immediately, without
having to run any of the migrations. This change has no effect on existing
databases.

Before this change, Postgres database initialization was done manually using
utils/psqlinit.sh. This is inconsistent with SQLite, which the bot initializes
itself. It also requires shell access to the server running the Postgres
instance, which means it cannot be used on managed Postgres instances. After
this change, the bot initializes Postgres databases as it does with SQLite, and
utils/psqlinit.sh has been removed as it is now unecessary.
2022-11-26 15:31:00 -06:00
..
assets Change links to point to new site, reduce filesize of logo 2022-11-10 23:15:38 -06:00
CNAME Replace more projectlounge.pw references 2022-11-10 23:55:54 -06:00
config.md Remove Top.gg integration 2022-11-26 15:27:59 -06:00
custom-commands.md Initial Oceanic port (still unfinished), update packages, remove serverinfo and userinfo 2022-09-23 22:25:16 -05:00
docker.md Mention Docker in setup docs 2022-09-28 19:55:47 -05:00
index.md Replace more projectlounge.pw references 2022-11-10 23:55:54 -06:00
postgresql.md simplify postgres and sqlite database initialization, remove psqlinit.sh (#331) 2022-11-26 15:31:00 -06:00
requirements.txt Add mkdocs action 2022-07-26 13:57:18 -05:00
setup.md Replace more projectlounge.pw references 2022-11-10 23:55:54 -06:00