All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.V2.0__Update_table_message.sql Maven / Gradle / Ivy

Go to download

A Java implementation of the Bitmessage protocol. This contains JDBC implementations of the repositories.

There is a newer version: 2.0.4
Show newest version
ALTER TABLE Message ADD COLUMN initial_hash BINARY(64);
ALTER TABLE Message ADD CONSTRAINT initial_hash_unique UNIQUE(initial_hash);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy