![JAR search and dependency download from the Maven repository](/logo.png)
db.migration.V0.5.8__init.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of formkiq-server Show documentation
Show all versions of formkiq-server Show documentation
Server-side integration for the FormKiQ ios application
---
--- oauth
---
drop table public.oauth_access_token;
create table public.oauth_access_token (
token_id VARCHAR(255),
token bytea,
authentication_id VARCHAR(255) PRIMARY KEY,
user_name VARCHAR(255),
client_id VARCHAR(255),
authentication bytea,
refresh_token VARCHAR(255)
);
update system_properties set value='0.5.8' where key='version';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy