mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
9 lines
381 B
MySQL
9 lines
381 B
MySQL
|
--DO NOT MODIFY THIS FILE, IT IS GENERATED AUTOMATICALLY FROM SOURCES
|
||
|
-- Complain if script is sourced in psql, rather than via CREATE EXTENSION
|
||
|
\echo Use "CREATE EXTENSION crankshaft" to load this file. \quit
|
||
|
-- Version number of the extension release
|
||
|
CREATE OR REPLACE FUNCTION cdb_crankshaft_version()
|
||
|
RETURNS text AS $$
|
||
|
SELECT '0.0.3'::text;
|
||
|
$$ language 'sql' STABLE STRICT;
|