From 8999968ceba2b75ab44775a8f3d113017ecd9792 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 2 Jan 2021 14:50:32 +0100
Subject: [PATCH] =?UTF-8?q?DB:=20Oprava=20p=C5=99eklepu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 db/db.ddl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db/db.ddl b/db/db.ddl
index 2a8f3353..023ab5ed 100644
--- a/db/db.ddl
+++ b/db/db.ddl
@@ -15,7 +15,7 @@ CREATE TABLE users (
 	created_at	timestamp with time zone	NOT NULL DEFAULT CURRENT_TIMESTAMP,
 	last_login_at	timestamp with time zone	DEFAULT NULL,
 	reset_at	timestamp with time zone	DEFAULT NULL,	-- poslední požadavek na reset hesla
-	password_hash	varchar(255)	DEFAULT NULL			-- heš hesla (je-li nastaveno)
+	password_hash	varchar(255)	DEFAULT NULL,			-- heš hesla (je-li nastaveno)
 	note		text		NOT NULL DEFAULT ''		-- poznámka viditelná pro orgy
 );
 
-- 
GitLab