1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-27 17:28:38 +00:00

Convert IP field from text to inet type

This commit is contained in:
Frédéric Guillot 2018-05-21 12:36:21 -07:00
parent fb49ad24d5
commit cf7a7e25fb
3 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1 @@
alter table user_sessions alter column ip set data type inet using ip::inet;