File tree 4 files changed +25
-0
lines changed
4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -102,3 +102,16 @@ order by
102
102
auth | uid | supabase_auth_admin
103
103
(3 rows)
104
104
105
+ -- auth service schema migrations
106
+ select * from auth.schema_migrations;
107
+ version
108
+ ----------------
109
+ 20171026211738
110
+ 20171026211808
111
+ 20171026211834
112
+ 20180103212743
113
+ 20180108183307
114
+ 20180119214651
115
+ 20180125194653
116
+ (7 rows)
117
+
Original file line number Diff line number Diff line change @@ -96,3 +96,9 @@ order by
96
96
storage | search | supabase_storage_admin
97
97
(4 rows)
98
98
99
+ -- storage service migrations
100
+ select * from storage.migrations ;
101
+ id | name | hash | executed_at
102
+ ----+------+------+-------------
103
+ (0 rows)
104
+
Original file line number Diff line number Diff line change 68
68
n .nspname = ' auth'
69
69
order by
70
70
p .proname ;
71
+
72
+ -- auth service schema migrations
73
+ select * from auth .schema_migrations ;
Original file line number Diff line number Diff line change 68
68
n .nspname = ' storage'
69
69
order by
70
70
p .proname ;
71
+
72
+ -- storage service migrations
73
+ select * from storage .migrations ;
You can’t perform that action at this time.
0 commit comments