[Rt-commit] rt branch, 4.4/drop-ticket-disabled-column, repushed
? sunnavy
sunnavy at bestpractical.com
Mon Nov 17 21:18:28 EST 2014
The branch 4.4/drop-ticket-disabled-column was deleted and repushed:
was e90cbd1922e51c0bc2eed5e2b0f5c702162883a6
now 3dbbeca7ba5ff177868848089e41aac3c7ba151a
1: e90cbd1 ! 1: 3dbbeca drop Disabled column in Tickets
@@ -71,7 +71,7 @@
--- /dev/null
+++ b/etc/upgrade/4.3.5/schema.Pg
@@
-+ALTER TABLE Tickets DROP COLUMN Disabled;,
++ALTER TABLE Tickets DROP COLUMN Disabled;
diff --git a/etc/upgrade/4.3.5/schema.mysql b/etc/upgrade/4.3.5/schema.mysql
new file mode 100644
@@ -84,9 +84,10 @@
--- a/lib/RT/Ticket.pm
+++ b/lib/RT/Ticket.pm
@@
+
=cut
-
+-
-=head2 Disabled
-
-Returns the current value of Disabled.
@@ -102,8 +103,12 @@
-(In the database, Disabled will be stored as a smallint(6).)
-
-
- =cut
-
+-=cut
+-
+-
+-
+ sub _CoreAccessible {
+ {
@@
{read => 1, auto => 1, sql_type => 4, length => 11, is_blob => 0, is_numeric => 1, type => 'int(11)', default => '0'},
More information about the rt-commit
mailing list