Co-authored-by: Michael Hoennig <michael@hoennig.de> Co-authored-by: Michael Hönnig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/103 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
13 lines
379 B
SQL
13 lines
379 B
SQL
--liquibase formatted sql
|
|
|
|
|
|
-- ============================================================================
|
|
-- UUID-OSSP-EXTENSION
|
|
--changeset michael.hoennig:uuid-ossp-extension endDelimiter:--//
|
|
-- ----------------------------------------------------------------------------
|
|
/*
|
|
Makes improved uuid generation available.
|
|
*/
|
|
create extension if not exists "uuid-ossp";
|
|
--//
|