Updated to fix Issue 186.
Renaming DB column from has_run to instructions_sent. This matches more closely its new usage. git-svn-id: https://beef.googlecode.com/svn/trunk@666 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -11,7 +11,7 @@ class Command
|
||||
property :data, Text
|
||||
property :creationdate, String, :length => 15, :lazy => false
|
||||
property :label, Text, :lazy => false
|
||||
property :has_run, Boolean, :default => false
|
||||
property :instructions_sent, Boolean, :default => false
|
||||
|
||||
has n, :results
|
||||
has n, :autoloadings
|
||||
|
||||
Reference in New Issue
Block a user