From 08e0480a62fbae5a7d4acb7e9479753fe048e06f Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Tue, 27 Dec 2016 13:54:52 -0800 Subject: [PATCH] include archive databases in yml --- script/install/database.yml.templ | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/script/install/database.yml.templ b/script/install/database.yml.templ index aa9bfad30..91e7e4312 100755 --- a/script/install/database.yml.templ +++ b/script/install/database.yml.templ @@ -36,4 +36,20 @@ ro_production: ro_staging: adapter: postgresql - database: danbooru2 \ No newline at end of file + database: danbooru2 + +archive_development: + adapter: postgresql + database: archive_development + +archive_test: + adapter: postgresql + database: archive_test + +archive_production: + adapter: postgresql + database: archive_development + +archive_staging: + adapter: postgresql + database: archive_development \ No newline at end of file