aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/postgresql/V1.25__update_tokens_size.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/postgresql/V1.25__update_tokens_size.sql')
-rw-r--r--src/main/resources/db/specific/postgresql/V1.25__update_tokens_size.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/db/specific/postgresql/V1.25__update_tokens_size.sql b/src/main/resources/db/specific/postgresql/V1.25__update_tokens_size.sql
new file mode 100644
index 00000000..a1c7bbac
--- /dev/null
+++ b/src/main/resources/db/specific/postgresql/V1.25__update_tokens_size.sql
@@ -0,0 +1,3 @@
+ALTER TABLE vk ALTER COLUMN access_token TYPE character varying(255);
+ALTER TABLE twitter ALTER COLUMN access_token TYPE character varying(255);
+ALTER TABLE facebook ALTER COLUMN access_token TYPE character varying(255); \ No newline at end of file