Skip to content

Commit

Permalink
feat(salt): added salt column to users table
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcclung committed Apr 26, 2024
1 parent f9c087e commit 885cbee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/0008_add_salt_to_users.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Add migration script here
ALTER TABLE users ADD COLUMN salt TEXT NOT NULL;

0 comments on commit 885cbee

Please sign in to comment.