From 9103d8b10c290315c7e8d24649811d7297b95708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 16 Sep 2016 14:59:31 +0200 Subject: [PATCH] typo --- docs/schema.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/schema.md b/docs/schema.md index 4b0b85916d..a4790b5144 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -1,5 +1,7 @@ # Schema +This document describes our current database schama used in PostgreSQL + ## Table: _migrations_ Used by db-migrate module to keep track of migrations. @@ -22,7 +24,7 @@ Used by db-migrate module to keep track of migrations. | data | json | 2147483647 | 1 | (null) | -## Table: _strategies_loc +## Table: _strategies_ | NAME | TYPE | SIZE | NULLABLE | COLUMN_DEF | | ------------------- | --------- | ----------- | -------- | ---------- | | created_at | timestamp | 29 | 1 | now() |