This shows you the differences between two versions of the page.
|
glfusion:development:api:installer:start [2011/11/30 16:27] mst3kroqs [sql] Note that 'sql' and 'rev' arguments can be arrays |
glfusion:development:api:installer:start [2011/11/30 16:27] (current) mst3kroqs [sql] Fix typo |
||
|---|---|---|---|
| Line 88: | Line 88: | ||
| ^key ^required ^description ^ | ^key ^required ^description ^ | ||
| |type |Yes |Must be 'sql' | | |type |Yes |Must be 'sql' | | ||
| - | |sql |Yes |SQL query string to execute during installation. This is typically used to install default/example data. This argument can be a single query string, or an array of query strings. (new in 1.3.0) | | + | |sql |Yes |SQL query string(s) to execute during installation. This is typically used to install default/example data. This argument can be a single query string, or an array of query strings. (new in 1.3.0) | |
| |rev |No |SQL query string(s) which reverse the step above (if necessary) should the overall installation fail. Note that this is not needed in all cases, as often tables that are created during installation are automatically dropped. This argument can be a single query string, or an array of query strings. (new in 1.3.0) | | |rev |No |SQL query string(s) which reverse the step above (if necessary) should the overall installation fail. Note that this is not needed in all cases, as often tables that are created during installation are automatically dropped. This argument can be a single query string, or an array of query strings. (new in 1.3.0) | | ||
| |log |No |Describe SQL operation being performed. | | |log |No |Describe SQL operation being performed. | | ||