aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server-postgres/migrations/20220426172813_user-created-at.sql
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-server-postgres/migrations/20220426172813_user-created-at.sql')
-rw-r--r--atuin-server-postgres/migrations/20220426172813_user-created-at.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/atuin-server-postgres/migrations/20220426172813_user-created-at.sql b/atuin-server-postgres/migrations/20220426172813_user-created-at.sql
deleted file mode 100644
index a9138194..00000000
--- a/atuin-server-postgres/migrations/20220426172813_user-created-at.sql
+++ /dev/null
@@ -1 +0,0 @@
-alter table users add column created_at timestamp not null default now();