Skip to content

Commit

Permalink
change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
hussien alrubaye committed Mar 8, 2020
1 parent 91f60a9 commit 0a74055
Show file tree
Hide file tree
Showing 81 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
drop database APIMapper;
create database APIMapper;
use APIMapper;
drop database MigrationMapper;
create database MigrationMapper;
use MigrationMapper;

CREATE TABLE Repositories (
AppID INTEGER PRIMARY KEY AUTO_INCREMENT,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.project.settings;

public class DatabaseLogin {
public static String url = "jdbc:mysql://localhost/APIMapper?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC";
public static String url = "jdbc:mysql://localhost/MigrationMapper?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC";
public static String username = "Add user name here";
public static String password = "Add password here";
}
Binary file modified python-service/pages/__pycache__/CSimilarity.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages/__pycache__/TextNLP.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages/__pycache__/admin.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages/__pycache__/apps.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages/__pycache__/models.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages/__pycache__/urls.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages/__pycache__/views.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Binary file modified python-service/pages_project/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages_project/__pycache__/settings.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages_project/__pycache__/urls.cpython-37.pyc
Binary file not shown.
Binary file modified python-service/pages_project/__pycache__/wsgi.cpython-37.pyc
Binary file not shown.

0 comments on commit 0a74055

Please sign in to comment.