diff options
| -rw-r--r-- | migrations/20241030213852_token_login_index.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/20241030213852_token_login_index.sql b/migrations/20241030213852_token_login_index.sql new file mode 100644 index 0000000..7e57846 --- /dev/null +++ b/migrations/20241030213852_token_login_index.sql @@ -0,0 +1,2 @@ +create index token_login +on token (login); |
