Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table missing in db script #1

Open
iamasgor opened this issue Mar 15, 2016 · 1 comment
Open

Table missing in db script #1

iamasgor opened this issue Mar 15, 2016 · 1 comment

Comments

@iamasgor
Copy link

Where is the DQ_QUERY_PARAMS table?

@VladMl
Copy link
Owner

VladMl commented Mar 15, 2016

oops, fixed.
CREATE TABLE DQ_QUERY_PARAMS
(
QUERY_PARAM_NAME VARCHAR2(255 BYTE),
QUERY_PARAM_CAPTION VARCHAR2(255 BYTE),
QUERY_PARAM_QRY CLOB
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants