From 7e656122eb983060fe7af3732bb77ff31993ae15 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Wed, 14 Feb 2024 20:02:15 -0500 Subject: Add model --- Resources/BlogModel.eomodeld/index.eomodeld | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Resources/BlogModel.eomodeld/index.eomodeld (limited to 'Resources/BlogModel.eomodeld/index.eomodeld') diff --git a/Resources/BlogModel.eomodeld/index.eomodeld b/Resources/BlogModel.eomodeld/index.eomodeld new file mode 100644 index 0000000..49e4daa --- /dev/null +++ b/Resources/BlogModel.eomodeld/index.eomodeld @@ -0,0 +1,13 @@ +{ + EOModelVersion = "2.1"; + adaptorName = JDBC; + connectionDictionary = {}; + userInfo = { + "_EntityModeler" = { + activeDatabaseConfigName = Default; + databaseConfigs = { + Default = {adaptorName = JDBC; prototypeEntityName = EOJDBCPostgresqlPrototypes; }; + }; + }; + }; +} -- cgit v1.2.3