Compare commits
3 Commits
pkg/dev/ri
...
93db38dc7f
Author | SHA1 | Date | |
---|---|---|---|
93db38dc7f | |||
2ce388eaf9 | |||
138d6d9e06 |
@ -97,9 +97,9 @@ CREATE TABLE Applicationservice (
|
|||||||
ApplicationserviceName VARCHAR(255) NOT NULL,
|
ApplicationserviceName VARCHAR(255) NOT NULL,
|
||||||
ApplicationserviceDescription VARCHAR(255) NOT NULL,
|
ApplicationserviceDescription VARCHAR(255) NOT NULL,
|
||||||
ApplicationserviceReleaseId INTEGER NOT NULL,
|
ApplicationserviceReleaseId INTEGER NOT NULL,
|
||||||
ApplicationserviceLVIS VARCHAR(255) NOT NULL,
|
--ApplicationserviceLVIS VARCHAR(255) NOT NULL,
|
||||||
ApplicationserviceLVIP VARCHAR(255) NOT NULL,
|
--ApplicationserviceLVIP VARCHAR(255) NOT NULL,
|
||||||
ApplicationserviceLVMP VARCHAR(255) NOT NULL,
|
--ApplicationserviceLVMP VARCHAR(255) NOT NULL,
|
||||||
OS JSON,
|
OS JSON,
|
||||||
UNIQUE (ApplicationserviceName, ApplicationserviceReleaseId)
|
UNIQUE (ApplicationserviceName, ApplicationserviceReleaseId)
|
||||||
);
|
);
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
|||||||
eole-risotto (0.1-1) unstable; urgency=medium
|
|
||||||
|
|
||||||
* Création du paquet
|
|
||||||
|
|
||||||
-- Cadoles <contact@cadoles.com> Thu, 02 Apr 2020 10:43:03 +0200
|
|
Reference in New Issue
Block a user