primo commit
This commit is contained in:
28
libraries/fof40/sql/postgresql.xml
Normal file
28
libraries/fof40/sql/postgresql.xml
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--~
|
||||
~ @package FOF
|
||||
~ @copyright Copyright (c)2010-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
|
||||
~ @license GNU General Public License version 3, or later
|
||||
-->
|
||||
|
||||
<schema>
|
||||
<meta>
|
||||
<drivers>
|
||||
<driver>postgres</driver>
|
||||
<driver>postgresql</driver>
|
||||
</drivers>
|
||||
</meta>
|
||||
|
||||
<sql>
|
||||
<action table="#__akeeba_common" canfail="0">
|
||||
<condition type="missing" value=""/>
|
||||
<query><![CDATA[
|
||||
CREATE TABLE IF NOT EXISTS "#__akeeba_common" (
|
||||
"key" character varying(192) NOT NULL,
|
||||
"value" text NOT NULL,
|
||||
PRIMARY KEY ("key")
|
||||
);
|
||||
]]></query>
|
||||
</action>
|
||||
</sql>
|
||||
</schema>
|
||||
Reference in New Issue
Block a user