nwaku/migrations/message_store
Abhimanyu aeb77a3e75
feat: Add new DB column `messageHash` (#2202)
* feat: added DB column messageHash

* feat: minor change

* feat: minor merge conflict fix

* Update test_resume.nim

* Update test_resume.nim

* randomblob() func used to populate attribute

* PRIMARY key updated - SQLite and Postgres
2023-11-22 17:32:56 +01:00
..
00001_addMessageTable.up.sql chore(migrations): move migration scripts to project root 2022-11-03 17:58:05 +01:00
00002_addSenderTimeStamp.up.sql chore(migrations): move migration scripts to project root 2022-11-03 17:58:05 +01:00
00003_convertTimestampsToInt64.up.sql chore(migrations): move migration scripts to project root 2022-11-03 17:58:05 +01:00
00004_extendPrimaryKey.up.sql chore(migrations): move migration scripts to project root 2022-11-03 17:58:05 +01:00
00005_updateIndex.up.sql chore(migrations): move migration scripts to project root 2022-11-03 17:58:05 +01:00
00006_renameColumn.up.sql chore(migrations): move migration scripts to project root 2022-11-03 17:58:05 +01:00
00007_updatePrimaryKey.up.sql chore(migrations): move migration scripts to project root 2022-11-03 17:58:05 +01:00
00008_updatePrimaryKey_add_col.up.sql feat: Add new DB column `messageHash` (#2202) 2023-11-22 17:32:56 +01:00