1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/resources/sql/patches/011.badcommit.sql

4 lines
152 B
MySQL
Raw Normal View History

CREATE TABLE phabricator_repository.repository_badcommit (
fullCommitName varchar(255) binary not null primary key,
description longblob not null
);