From: Daniel Hokka Zakrisson Date: Sat, 16 Oct 2010 22:30:54 +0000 (-0400) Subject: Remember to insert the version. X-Git-Tag: plcapi-5.0-19~69 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=78ad33547002eca8451ca0698e52f40139191412;p=plcapi.git Remember to insert the version. --- diff --git a/extensions/README.txt b/extensions/README.txt index b75a55e8..f2ec3acd 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.