ensure proper table creation in session::create_schema including foreign key constraints
This commit is contained in:
+2
-2
@@ -75,8 +75,8 @@ int main() {
|
||||
|
||||
const object::schema schema("Administration");
|
||||
|
||||
// sql::connection_pool<sql::connection> pool("postgres://news:news@127.0.0.1:15432/matador", 4);
|
||||
sql::connection_pool<sql::connection> pool("postgres://test:test123!@127.0.0.1:5432/matador", 4);
|
||||
sql::connection_pool<sql::connection> pool("postgres://news:news@127.0.0.1:15432/matador", 4);
|
||||
// sql::connection_pool<sql::connection> pool("postgres://test:test123!@127.0.0.1:5432/matador", 4);
|
||||
|
||||
orm::session ses(pool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user