CREATE DATABASE test_foo WITH TEMPLATE nirvana_template OWNER tester;
--
-- << Execute the unit test using test_foo >>
--
DROP DATABASE IF EXISTS test_foo WITH (FORCE);
If you want to change selection, open document below and click on "Move attachment"
Unknown titlefully migrate it to the latest schema for the branch. Each test then instantiates a new copy of this fully migrated template database, and then drops the test database after the test completes. <span>CREATE DATABASE test_foo WITH TEMPLATE nirvana_template OWNER tester; -- -- << Execute the unit test using test_foo >> -- DROP DATABASE IF EXISTS test_foo WITH (FORCE); In production, Nirvana has two separate PostgreSQL RDS instances named nirvana and fmcsa. In tests, however, we simply create two separate template databases that reside in the same Pos Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details