X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=extensions%2FREADME.txt;h=f2ec3acdf561362e12dbfb272184435cc7f7405b;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=b75a55e83a724024c08f0135652ae237c53d75df;hpb=88cae0b8c15eb7f893682c8b63c845a2fc5969da;p=plcapi.git diff --git a/extensions/README.txt b/extensions/README.txt index b75a55e..f2ec3ac 100644 --- a/extensions/README.txt +++ b/extensions/README.txt @@ -2,6 +2,8 @@ Create a database extension by creating a tree like follows: - /usr/share/plc_api/extensions/-up* Contains the SQL or script that sets up the extension's database needs. +This needs to execute +INSERT INTO plc_db_extensions VALUES ('', ); - /usr/share/plc_api/extensions/-down* Contains the SQL or script that removes the extension from the database.