Remember to insert the version.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Sat, 16 Oct 2010 22:30:54 +0000 (18:30 -0400)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Sat, 16 Oct 2010 22:30:54 +0000 (18:30 -0400)
extensions/README.txt

index b75a55e..f2ec3ac 100644 (file)
@@ -2,6 +2,8 @@ Create a database extension by creating a tree like follows:
 
 - /usr/share/plc_api/extensions/<name>-up*
 Contains the SQL or script that sets up the extension's database needs.
+This needs to execute
+INSERT INTO plc_db_extensions VALUES ('<name>', <version>);
 
 - /usr/share/plc_api/extensions/<name>-down*
 Contains the SQL or script that removes the extension from the database.