aboutsummaryrefslogtreecommitdiff
path: root/Database/Database.cs
AgeCommit message (Collapse)Author
2019-02-10Made publish date not incremented, but set by usAryadev Chavali
2019-02-10Changed database mode to automatically increment idAryadev Chavali
2019-02-10Made function using results from test to insert multiple articles into ↵Aryadev Chavali
table, without duplicates
2019-02-08Changed source model in Database contextAryadev Chavali
2019-02-08Changed namespace to single DatabaseAryadev Chavali
2019-02-08Used scaffolding to get Database objectAryadev Chavali
2019-02-08Added a base definition as wellAryadev Chavali
2019-02-08Changed name of class and made Details object basedAryadev Chavali
2019-02-05added whitespaceAryadev Chavali
2019-02-04Made a property for details and used it in OnConfiguring methodAryadev Chavali
2019-02-04Need to find a way to handle database configuration without exposing itAryadev Chavali
2019-02-04Implemented basic tables in entity frameworkAryadev Chavali
2019-02-04Renamed class to DatabaseAryadev Chavali