Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

5849: Fix for Unable to create table language_text and themes due to SQL version #73

Closed
wants to merge 0 commits into from

Conversation

pranjaljn97
Copy link
Contributor

Issue No: 5849
Plese refer to bug report, http://www.atutor.ca/atutor/mantis/view.php?id=5849

@@ -308,7 +308,7 @@ CREATE TABLE `themes` (
`title` varchar(80) NOT NULL DEFAULT '',
`version` varchar(10) NOT NULL DEFAULT '',
`dir_name` varchar(20) NOT NULL DEFAULT '',
`last_updated` date NOT NULL DEFAULT '0000-00-00',
`last_updated` date NULL DEFAULT NULL,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't make sense to have the first "NULL".

@cindyli
Copy link
Contributor

cindyli commented Mar 8, 2018

@pranjaljn97, this pull request is far from completion. When addressing a problem in the system, we cannot address a small portion of it but leave the rest behind, which introduces the confusion and traps as well as affecting the code quality.

@pranjaljn97
Copy link
Contributor Author

I got your point. I was just trying to address the problem that I faced in the installation on the Local machine.
But there are a lot of things in DB section that needed to be done.
Can you please guide me through the tasks to be done or I should close this PR for now?
Thanks. @cindyli

@cindyli
Copy link
Contributor

cindyli commented Mar 8, 2018

If you don't have a clear picture of what needs to be done, please close this PR. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants