Skip to content

Commit

Permalink
* Version 'v0.1-beta1'.
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Nov 4, 2011
1 parent 7b28315 commit 13929df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions history_tracker.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-- HT_Version()
CREATE OR REPLACE FUNCTION HT_Version()
RETURNS text AS 'SELECT ''v0.1-beta1''::text AS version;'
LANGUAGE SQL;




-- _HT_GetTableFields(text, text)
-- TODO: return array
CREATE OR REPLACE FUNCTION _HT_GetTableFields(dbschema text, dbtable text)
Expand Down

0 comments on commit 13929df

Please sign in to comment.