diff options
author | terminaldweller <thabogre@gmail.com> | 2022-08-08 14:33:17 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-08-08 14:33:17 +0000 |
commit | 8b6b707c085c2991bcc926d276cfbf0c8e23e9cb (patch) | |
tree | e172c59590ff30c1e540778e70e77de69c514966 /dbdocs/spring.public.xml | |
parent | added docs for the db using schemaspy (diff) | |
download | mdrtl-8b6b707c085c2991bcc926d276cfbf0c8e23e9cb.tar.gz mdrtl-8b6b707c085c2991bcc926d276cfbf0c8e23e9cb.zip |
removed the docs, we no longer need them
Diffstat (limited to '')
-rw-r--r-- | dbdocs/spring.public.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dbdocs/spring.public.xml b/dbdocs/spring.public.xml deleted file mode 100644 index 2e3757a..0000000 --- a/dbdocs/spring.public.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<database name="spring" schema="public" type="PostgreSQL - 14.2"> - <tables> - <table name="doc" numRows="2" remarks="" schema="public" type="TABLE"> - <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/> - <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="body" nullable="true" remarks="" size="10000" type="varchar" typeCode="12"/> - <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="last_modified" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/> - <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/> - <primaryKey column="id" sequenceNumberInPK="1"/> - <index name="doc_pkey" unique="true"> - <column ascending="true" name="id"/> - </index> - </table> - </tables> -</database> |