[opw-web] Add a stray field accidentally added to schema



commit 888c9ae042c23af3261198013169e29ee40d5c3f
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Dec 2 23:55:50 2015 -0500

    Add a stray field accidentally added to schema

 schema.sql |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/schema.sql b/schema.sql
index 3c1497c..2265791 100644
--- a/schema.sql
+++ b/schema.sql
@@ -91,7 +91,6 @@ CREATE TABLE `opw_roles` (
   `program_id` mediumint(6) unsigned NOT NULL,
   `organization_id` mediumint(6) unsigned,
   `role` char(1) NOT NULL DEFAULT 's',
-  `late_edit` tinyint(1) NOT NULL DEFAULT 0,
   `contract_approved` tinyint(1) NOT NULL DEFAULT 0,
   `contract_accepted_time` int(11) unsigned NOT NULL DEFAULT 0,
   `contract_accepted_from` varchar(255) NOT NULL DEFAULT '',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]