up
This commit is contained in:
parent
0018917a4d
commit
cbef96409d
8
data_warehouse/SEQ/DIM_USER_SEQ.sql
Normal file
8
data_warehouse/SEQ/DIM_USER_SEQ.sql
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
-- SEQUENCE: public."DIM_USER_USER_ID_seq"
|
||||||
|
|
||||||
|
-- DROP SEQUENCE public."DIM_USER_USER_ID_seq";
|
||||||
|
|
||||||
|
CREATE SEQUENCE public."DIM_USER_USER_ID_seq";
|
||||||
|
|
||||||
|
ALTER SEQUENCE public."DIM_USER_USER_ID_seq"
|
||||||
|
OWNER TO monnethicadmin;
|
8
data_warehouse/SEQ/DIM_WALLET_SEQ.sql
Normal file
8
data_warehouse/SEQ/DIM_WALLET_SEQ.sql
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
-- SEQUENCE: public."DIM_WALLET_WALLET_ID_seq"
|
||||||
|
|
||||||
|
-- DROP SEQUENCE public."DIM_WALLET_WALLET_ID_seq";
|
||||||
|
|
||||||
|
CREATE SEQUENCE public."DIM_WALLET_WALLET_ID_seq";
|
||||||
|
|
||||||
|
ALTER SEQUENCE public."DIM_WALLET_WALLET_ID_seq"
|
||||||
|
OWNER TO monnethicadmin;
|
Loading…
Reference in a new issue