From 30a8353089349b6c12d1e39cea95f55428aefccd Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 14 Apr 2024 12:54:07 +0200 Subject: [PATCH] www: Fix link to schema.sql --- www/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.pl b/www/index.pl index fbec00f..6752547 100755 --- a/www/index.pl +++ b/www/index.pl @@ -545,7 +545,7 @@ TUWF::get '/info/about' => sub { curl's -C.

The database schema is "documented" at schema.sql + href="https://code.blicky.net/yorhel/manned/src/branch/master/schema.sql">schema.sql in the git repo. Keep in mind that these dumps don't constitute a stable API and, while this won't happen frequently, incompatible schema changes or Postgres major version bumps will occassionally occur.