Skip to content

Commit

Permalink
Fix Epoch in SQL Up Script
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Sep 12, 2024
1 parent 23e4e46 commit 6b5f437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/migrations/2023-08-20-211633_add_initial_schema/up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ VALUES (
'MIP50',
1684562400000,
1685253600000,
74,
73,
'jwUfRQindewPk7Uep8z3YUjMvQKaq6drpKvJRTq47wGU6Dxkhqx',
'Core',
'V2',
'Testing Title',
'Testing Description',
'Devnet Testing Title',
'Devnet Testing Description',
'https://github.com/MinaProtocol/MIPs/blob/main/MIPS/mip-zkapps.md'
);
);
1 change: 1 addition & 0 deletions words.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
codebases
devnet
mina
moka
runbook
Expand Down

0 comments on commit 6b5f437

Please sign in to comment.