joomla-projects / gsoc21_cookie-manager

GNU General Public License v2.0
10 stars 11 forks source link

SQL in installation, base and extensions #9

Closed rjharishabh closed 3 years ago

rjharishabh commented 3 years ago

Added SQL in base.sql and extensions.sql

richard67 commented 3 years ago

@rjharishabh This PR looks ok to me.

I suggest you merge that into the final-cookie-manager branch of PR #8 , then we can do another review of the complete SQL stuff.

I would also suggest to combine the several update SQL scripts into one before making the PR for the CMS repo, i.e. move the content of "4.1.0-2021-06-08.sql" into "4.1.0-2021-07-14.sql" and re-order a bit so we first have the "CREATE TABLE" and after that the "INSERT" statements.