1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-10-19 15:18:51 +02: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
);