1
0
mirror of https://github.com/kochetkov-ma/allure-server.git synced 2024-11-21 16:46:43 +02:00
allure-server/migration.sql
kochetkov-ma a3f11f9562 new application settings format - application.yaml
add clean up policy
add build column
allure settings refactoring
2021-12-08 11:33:42 +03:00

4 lines
115 B
SQL

-- version 2.10.0
-- New column
ALTER TABLE REPORT_ENTITY
ADD COLUMN BUILD_URL varchar(255) NOT NULL DEFAULT ''