Add cdb_version() function
This commit is contained in:
5
cartodb_version.sql.in
Normal file
5
cartodb_version.sql.in
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE OR REPLACE FUNCTION cartodb.CDB_version()
|
||||
RETURNS text AS $$
|
||||
SELECT '@@VERSION@@'::text;
|
||||
$$ language 'sql' IMMUTABLE STRICT;
|
||||
|
||||
Reference in New Issue
Block a user