From 15ecdcf2a17385e63f7329ea6129131bf9d5e4cb Mon Sep 17 00:00:00 2001 From: Ben Haynes Date: Mon, 17 Aug 2020 11:50:59 -0400 Subject: [PATCH] reorder column --- api/src/database/seeds/system.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/database/seeds/system.yaml b/api/src/database/seeds/system.yaml index 8e6742b438..e7338fd682 100644 --- a/api/src/database/seeds/system.yaml +++ b/api/src/database/seeds/system.yaml @@ -84,6 +84,8 @@ tables: type: text tags: type: json + avatar: + type: uuid timezone: type: string length: 255 @@ -115,8 +117,6 @@ tables: length: 255 last_login: type: timestamp - avatar: - type: uuid last_page: type: string length: 255