Sign part 2
This commit is contained in:
@@ -15,6 +15,8 @@ Sequel.migration do
|
||||
String :projname
|
||||
String :descr, text: true
|
||||
Integer :public
|
||||
String :remote_address, text: true
|
||||
String :remote_command, text: true
|
||||
Datetime :create_at, default: Sequel.lit("CURRENT_TIMESTAMP")
|
||||
end
|
||||
|
||||
@@ -53,7 +55,6 @@ Sequel.migration do
|
||||
foreign_key :repo_id, :repos, :key => :id
|
||||
foreign_key :proj_id, :projects, :key => :id
|
||||
Datetime :create_at, default: Sequel.lit("CURRENT_TIMESTAMP")
|
||||
String :signpath, text: true
|
||||
String :logpath, text: true
|
||||
Integer :result
|
||||
String :errlogpath, text: true
|
||||
|
||||
Reference in New Issue
Block a user