1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00
phorge-phorge/resources/sql/patches/011.badcommit.sql

5 lines
164 B
MySQL
Raw Normal View History

CREATE TABLE {$NAMESPACE}_repository.repository_badcommit (
fullCommitName varchar(255) COLLATE `binary` not null primary key,
description longblob not null
);