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

4 lines
No EOL
152 B
SQL

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