Closed Bug 650521 Opened 13 years ago Closed 13 years ago

Please push the code for project "pto"

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task, P3)

x86
macOS

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: apodgorny, Assigned: fox2mike)

Details

The svn URL is svn+ssh://svn.mozilla.org/projects/pto

In addition to the push we need to add a column to MySQL table as follows:

ALTER TABLE `pto` ADD COLUMN `hours_daily` text NOT NULL after `hours`;

Please communicate here should any problems arise.
The test urls are:

https://intranet.mozilla.org/pto/
https://intranet.mozilla.org/pto/export.php
Priority: -- → P3
Assignee: server-ops → shyam
Done.

[root@mrapp-intranet01 intranet.mozilla.org-pto]# svn up
A    class.Debug.php
U    css/style.css
A    css/demo_table_jui.css
U    submit.php
U    filtering.inc
U    index.php
U    templates/edit.php
A    templates/edit1.php
U    templates/header.php
U    schema.sql
U    perms.inc
U    export.php
U    output.inc
U    prefetch.inc
U    pto.inc
U    edit.php
A    js/jquery.dataTables.min.js
U    js/jquery-ui-1.7.2.custom.min.js
A    js/jquery.json-2.2.min.js
A    js/jquery.unserialize.js
A    js/jquery-ui-1.7.2.custom.min1.js
A    js/jquery.dom.js
A    js/jquery.dataTables.js
A    img
A    img/sort_desc_disabled.png
A    img/sort_asc.png
A    img/datatables_header_bg.jpg
A    img/Sorting icons.psd
A    img/back_disabled.jpg
A    img/sort_both.png
A    img/sort_asc_disabled.png
A    img/sort_desc.png
A    img/back_enabled.jpg
A    img/forward_disabled.jpg
A    img/sort_asc.jpg
A    img/forward_enabled.jpg
A    class.Filtering.php
Updated to revision 87419.

mysql> ALTER TABLE `pto` ADD COLUMN `hours_daily` text NOT NULL after `hours`;
Query OK, 3429 rows affected (0.23 sec)
Records: 3429  Duplicates: 0  Warnings: 0

Both URLs load fine after.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.